test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb in mkrf-0.1.0 vs test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb in mkrf-0.1.1

- old
+ new

@@ -2,9 +2,9 @@ [ 'emitter.c', 'gram.c', 'gram.h', 'handler.c', 'node.c', 'syck.c', 'syck.h', 'token.c', 'bytecode.c', 'implicit.c', 'yaml2byte.c', 'yamlbyte.h' ].each do |codefile| `cp #{File::dirname $0}/../../../../lib/#{codefile} #{codefile}` end -Mkrf::Generator.new('syck.bundle') do |g| +Mkrf::Generator.new('syck') do |g| g.include_header("st.h") g.add_source('*.c') # We can actually do this in the contructor, but this tests add_source end