Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22768/src
Modified Files:
Makefile.am
Log Message:
added missing 'exceptions.h' and 'gettext.h' to Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.am 7 Jun 2004 12:52:57 -0000 1.34
+++ Makefile.am 7 Jun 2004 19:21:18 -0000 1.35
@@ -32,8 +32,10 @@
intro.cpp \
intro.h \
defines.h \
+exceptions.h \
gameloop.cpp \
gameloop.h \
+gettext.h \
globals.cpp \
globals.h \
high_scores.cpp \
@@ -89,7 +91,6 @@
gameobjs.cpp \
game_object.cpp \
game_object.h \
-drawable.h \
background.h \
background.cpp \
tilemap.h \
|