fixed background drawing problems introduced with my last commit
[supertux.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index 9509324..49f762a 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -7,11 +7,6 @@ SubInclude TOP data ;
 
 UseAutoconf ;
 
-# for now...
-Package [ Wildcard po : *.po *.in Changelog ] ;
-Package [ Wildcard intl : *.c *.h ChangeLog VERSION Makefile.in ] ;
-Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp 
-        install-sh mkinstalldirs missing ;
+# add some additional files to package
+Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
 
-Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am 
-            po/Makefile.in.in intl/Makefile.in ;