- fixed makefile a bit
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 25 Apr 2004 18:38:03 +0000 (18:38 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 25 Apr 2004 18:38:03 +0000 (18:38 +0000)
SVN-Revision: 713

data/Makefile.am
src/Makefile.am

index 00fc7b1..3b7624f 100644 (file)
@@ -1,9 +1,13 @@
 EXTRA_DIST = \
+  supertux.strf \
   $(wildcard sounds/*.wav) \
+  images/icon.png \
+  images/icon.xpm \
   $(wildcard images/*.png) \
   $(wildcard images/background/*.png) \
   $(wildcard images/highscore/*.png) \
   $(wildcard images/icons/*.png) \
+  $(wildcard images/icons/*.xpm) \
   $(wildcard images/intro/*.png) \
   $(wildcard images/leveleditor/*.png) \
   $(wildcard images/map/*.png) \
@@ -11,11 +15,14 @@ EXTRA_DIST = \
   $(wildcard images/status/*.png) \
   $(wildcard images/themes/*/*.png) \
   $(wildcard images/worldmap/*.png) \
+  $(wildcard images/worldmap/*.stwt) \
   $(wildcard images/title/*.png) \
+  $(wildcard images/title/*.jpg) \
+  $(wildcard images/tilesets/*.png) \
+  $(wildcard images/tilesets/*.stgt) \
   levels/default/worldmap.stwm \
-  $(wildcard levels/default/*.dat) \
-  $(wildcard levels/default/*.stl) \
-  $(wildcard levels/default/*.stlv) \
+  $(wildcard levels/misc/*.stl) \
+  $(wildcard levels/*/*.stl) \
   $(wildcard music/*.mod) \
   $(wildcard music/*.MOD) \
   $(wildcard sounds/*.wav) \
index cce9cdf..f94c1c5 100644 (file)
@@ -45,7 +45,6 @@ sound.h \
 special.cpp \
 special.h \
 supertux.cpp \
-supertux.h \
 text.cpp \
 text.h \
 texture.cpp \