-renamed ViewPort to Camera
[supertux.git] / src / Makefile.am
index 1b62893..23427d0 100644 (file)
@@ -1,6 +1,8 @@
 bin_PROGRAMS = supertux
 
 supertux_SOURCES = \
+lispwriter.h \
+lispwriter.cpp \
 badguy.cpp \
 badguy.h \
 bitmask.cpp \
@@ -75,8 +77,8 @@ music_manager.cpp \
 music_manager.h \
 musicref.cpp \
 musicref.h \
-viewport.cpp \
-viewport.h \
+camera.cpp \
+camera.h \
 game_object.cpp \
 game_object.h \
 display_manager.h \
@@ -87,6 +89,7 @@ background.cpp \
 tilemap.h \
 tilemap.cpp \
 moving_object.h \
-moving_object.cpp
+moving_object.cpp \
+serializable.h
 
 # EOF #