src/extconf.rb in ebb-0.0.2 vs src/extconf.rb in ebb-0.0.3
- old
+ new
@@ -36,9 +36,10 @@
$LDFLAGS << " -lpthread "
$CFLAGS << " -I#{libev_dir} " << flags.join(' ')
$defs << "-DRUBY_VERSION_CODE=#{RUBY_VERSION.gsub(/\D/, '')}"
+$srcs = ['ebb.c', 'ebb_ruby.c', 'parser.c']
+$objs = ['ebb.o', 'ebb_ruby.o', 'parser.o']
dir_config('ebb_ext')
create_makefile('ebb_ext')
-