summaryrefslogtreecommitdiff
path: root/trunk/ext/syck/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/syck/extconf.rb')
-rw-r--r--trunk/ext/syck/extconf.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/ext/syck/extconf.rb b/trunk/ext/syck/extconf.rb
new file mode 100644
index 0000000000..6c10448c70
--- /dev/null
+++ b/trunk/ext/syck/extconf.rb
@@ -0,0 +1,5 @@
+require 'mkmf'
+
+have_header( "st.h" )
+create_makefile( "syck" )
+