'auto' option that always picks what it thinks is the best renderer.
[supertux.git] / src / scripting / Jamfile
index 3c3451a..a6df87e 100644 (file)
@@ -20,7 +20,7 @@ if $(MINISWIG)
         local h = $(headerfile:G=) ;
         h = $(h:D=) ;
         Includes $(h) : $(headerfile) ;
-        Depends $(headerfile) : $(cppfile) ;
+        Includes $(headerfile) : $(cppfile) ;
 
         local object = [ CompileObject $(cppfile) ] ;