Removed vertical flipping drawing hacks.
[supertux.git] / src / Makefile.am
index f94c1c5..8c230e7 100644 (file)
@@ -1,6 +1,8 @@
 bin_PROGRAMS = supertux
 
 supertux_SOURCES = \
+lispwriter.h \
+lispwriter.cpp \
 badguy.cpp \
 badguy.h \
 bitmask.cpp \
@@ -74,6 +76,22 @@ sprite_manager.h \
 music_manager.cpp \
 music_manager.h \
 musicref.cpp \
-musicref.h
+musicref.h \
+camera.cpp \
+camera.h \
+game_object.cpp \
+game_object.h \
+display_manager.h \
+display_manager.cpp \
+drawable.h \
+background.h \
+background.cpp \
+tilemap.h \
+tilemap.cpp \
+moving_object.h \
+moving_object.cpp \
+serializable.h \
+vector.cpp \
+vector.h
 
 # EOF #