tasks/extconf.rake in pidgin2adium-3.0.0 vs tasks/extconf.rake in pidgin2adium-3.0.1
- old
+ new
@@ -4,10 +4,5 @@
end
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']
-$hoe.spec.require_paths = Dir['{lib,ext/*}']
-$hoe.spec.extensions = FileList["ext/**/extconf.rb"].to_a