summaryrefslogtreecommitdiff
path: root/ext/digest/extconf.rb
blob: a20ca8d68f73cc10f699d08b73f67994dffe2be8 (plain)
1
2
3
4
5
6
7
8
9
10
# $RoughId: extconf.rb,v 1.6 2001/07/13 15:38:27 knu Exp $
# $Id$

require "mkmf"

$INSTALLFILES = {
  "digest.h" => "$(HDRDIR)"
}

create_makefile("digest")