- just doing some C++ifying
[supertux.git] / src / Makefile.am
index fb4eb3a..3cff78b 100644 (file)
@@ -1,4 +1,8 @@
+localedir = $(datadir)/locale
+
 bin_PROGRAMS = supertux
+supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\"
+supertux_LDADD = @LIBINTL@
 
 supertux_SOURCES = \
 screen/drawing_context.h \
@@ -28,8 +32,10 @@ door.h \
 intro.cpp \
 intro.h \
 defines.h \
+exceptions.h \
 gameloop.cpp \
 gameloop.h \
+gettext.h \
 globals.cpp \
 globals.h \
 high_scores.cpp \
@@ -46,8 +52,6 @@ menu.cpp \
 menu.h \
 mousecursor.cpp \
 mousecursor.h \
-music_manager.cpp \
-music_manager.h \
 musicref.cpp \
 musicref.h \
 particlesystem.cpp \
@@ -62,6 +66,8 @@ setup.cpp \
 setup.h \
 sound.cpp \
 sound.h \
+sound_manager.h \
+sound_manager.cpp \
 special.cpp \
 special.h \
 sprite.h \
@@ -85,7 +91,6 @@ gameobjs.h \
 gameobjs.cpp \
 game_object.cpp \
 game_object.h \
-drawable.h \
 background.h \
 background.cpp \
 tilemap.h \