diff options
author | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-25 08:54:05 +0000 |
---|---|---|
committer | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-25 08:54:05 +0000 |
commit | 0bdf887afc78fb049295d78a9018701da094b8c3 (patch) | |
tree | 40eaefb3711f7a5ae6e972704e3ea78df4548a74 /ext/digest/bubblebabble/extconf.rb | |
parent | 0e2ce962f86506915a4a42d039e20149c5f848ce (diff) |
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/bubblebabble/extconf.rb')
-rw-r--r-- | ext/digest/bubblebabble/extconf.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/digest/bubblebabble/extconf.rb b/ext/digest/bubblebabble/extconf.rb new file mode 100644 index 0000000000..53cb83934a --- /dev/null +++ b/ext/digest/bubblebabble/extconf.rb @@ -0,0 +1,6 @@ +require 'mkmf' + +$defs << "-DHAVE_CONFIG_H" +$INCFLAGS << " -I$(srcdir)/.." + +create_makefile('digest/bubblebabble') |