tried to fix lexer.ll for newer flex version
[supertux.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index 49fb497..3c40e4a 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -1,7 +1,18 @@
 SubDir TOP ;
 
 # Decend into subdirs
-SubInclude TOP lib ;
+SubInclude TOP tools miniswig ;
 SubInclude TOP src ;
 SubInclude TOP data ;
 
+UseAutoconf ;
+
+# add some additional files to package
+Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
+
+MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ;
+XGETTEXT_FLAGS on data/locale/messages.pot += --language=C++ ;
+
+InstallPixmap data/images/supertux.png data/images/supertux.xpm ;
+InstallDesktop supertux.desktop ;
+InstallDoc NEWS README COPYING AUTHORS ChangeLog ;