Fixed creating level-subset again.
[supertux.git] / src / Makefile.am
index e4fe095..f94c1c5 100644 (file)
@@ -11,6 +11,8 @@ collision.cpp \
 collision.h \
 configfile.cpp \
 configfile.h \
+intro.cpp \
+intro.h \
 defines.h \
 gameloop.cpp \
 gameloop.h \
@@ -18,8 +20,6 @@ globals.cpp \
 globals.h \
 high_scores.cpp \
 high_scores.h \
-intro.cpp \
-intro.h \
 level.cpp \
 level.h \
 leveleditor.cpp \
@@ -45,7 +45,6 @@ sound.h \
 special.cpp \
 special.h \
 supertux.cpp \
-supertux.h \
 text.cpp \
 text.h \
 texture.cpp \
@@ -69,6 +68,12 @@ resources.cpp \
 gameobjs.h \
 gameobjs.cpp \
 sprite.h \
-sprite.cpp
+sprite.cpp \
+sprite_manager.cpp \
+sprite_manager.h \
+music_manager.cpp \
+music_manager.h \
+musicref.cpp \
+musicref.h
 
 # EOF #