summaryrefslogtreecommitdiff
path: root/trunk/ext/digest/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/digest/extconf.rb')
-rw-r--r--trunk/ext/digest/extconf.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/ext/digest/extconf.rb b/trunk/ext/digest/extconf.rb
new file mode 100644
index 0000000000..a20ca8d68f
--- /dev/null
+++ b/trunk/ext/digest/extconf.rb
@@ -0,0 +1,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")