stopped infoblocks from ringing, since they're not telephones anymore - code is only...
[supertux.git] / data / Jamfile
index c61c318..32fab8c 100644 (file)
@@ -24,8 +24,8 @@ IMAGEPATHS =
        images/powerups/1up
        images/powerups/egg
        images/powerups/star
-       images/powerups/ice_flower
-       images/powerups/fire_flower
+       images/powerups/iceflower
+       images/powerups/fireflower
        images/engine
        images/engine/menu
        images/engine/fonts
@@ -66,6 +66,8 @@ IMAGEPATHS =
        images/creatures/mr_rocket
        images/creatures/bouncing_snowball
        images/creatures/dummyguy
+        images/creatures/plant
+       images/creatures/sspiky
 ;
 
 for p in $(IMAGEPATHS) {
@@ -77,6 +79,7 @@ for p in $(IMAGEPATHS) {
 
 LEVELPATHS = 
   levels/bonus1
+  levels/bonus2
   levels/contribs
   levels/misc
   levels/test
@@ -93,6 +96,6 @@ for p in $(LEVELPATHS) {
   XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --language=Lisp ;
 }
 InstallData [ Wildcard *.txt ] ;
-InstallData [ Wildcard music : *.mod *.ogg ] : music ;
+InstallData [ Wildcard music : *.ogg ] : music ;
 InstallData [ Wildcard sounds : *.wav ] : sounds ;
 InstallData [ Wildcard locale : *.po ] : locale ;