Rakefile in oversip-0.9.0 vs Rakefile in oversip-0.9.1

- old
+ new

@@ -31,10 +31,10 @@ ruby "extconf.rb" end FileUtils.remove_dir "tmp" end CLEAN.include("ext/stud/Makefile") -CLEAN.include("ext/stud/mkmf.log") +CLEAN.include("thirdparty/stud/mkmf.log") CLEAN.include("bin/oversip_stud") OVERSIP_COMPILE_ITEMS = OVERSIP_EXTENSIONS.map {|e| e[:so]} << "bin/oversip_stud"