tasks/extconf.rake in charguess-1.3.20110215234539 vs tasks/extconf.rake in charguess-1.3.20110226181011
- old
+ new
@@ -5,9 +5,9 @@
task :compile => "extconf:compile"
task :test => :compile
-BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp}"
-$hoe.clean_globs |= ["ext/**/#{BIN}", "lib/**/#{BIN}", 'ext/**/Makefile']
+BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp,o,a}"
+$hoe.clean_globs |= ["ext/**/#{BIN}", "lib/**/#{BIN}", "ext/libcharguess/cpp/config.{status,h,log}", 'ext/**/Makefile']
$hoe.spec.require_paths = Dir['{lib,ext/*}']
$hoe.spec.extensions = FileList["ext/**/extconf.rb"].to_a