about summary refs log tree commit
path: root/ext/rpatricia/extconf.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-03-12 12:02:44 -0800
committerEric Wong <normalperson@yhbt.net>2010-03-12 12:03:48 -0800
commitecda5e2c47eb09e7c3db1f21775a5790f2773605 (patch)
treeef16edae19b28abcca816db63a22e2e921f4dac1 /ext/rpatricia/extconf.rb
parenta49eccc26c0c0958428dd9d079dda3cc00d3000b (diff)
downloadrpatricia-reorg.tar.gz
move extension code into ext/ reorg
This makes it easier to avoid accidentally putting extconf.rb
and test.rb in an application $LOAD_PATH
Diffstat (limited to 'ext/rpatricia/extconf.rb')
-rwxr-xr-xext/rpatricia/extconf.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/rpatricia/extconf.rb b/ext/rpatricia/extconf.rb
new file mode 100755
index 0000000..ac42e36
--- /dev/null
+++ b/ext/rpatricia/extconf.rb
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+require "mkmf"
+
+create_makefile("rpatricia")
+