New flying platform object.
[supertux.git] / src / Makefile.am
index 1b62893..275b810 100644 (file)
@@ -1,6 +1,8 @@
 bin_PROGRAMS = supertux
 
 supertux_SOURCES = \
+lispwriter.h \
+lispwriter.cpp \
 badguy.cpp \
 badguy.h \
 bitmask.cpp \
@@ -87,6 +89,7 @@ background.cpp \
 tilemap.h \
 tilemap.cpp \
 moving_object.h \
-moving_object.cpp
+moving_object.cpp \
+serializable.h
 
 # EOF #