Now the growings animation looks pretty cool :)
[supertux.git] / src / Makefile.am
index fb4eb3a..71af416 100644 (file)
@@ -1,4 +1,7 @@
+localedir = $(datadir)/locale
+
 bin_PROGRAMS = supertux
+supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\"
 
 supertux_SOURCES = \
 screen/drawing_context.h \
@@ -46,8 +49,6 @@ menu.cpp \
 menu.h \
 mousecursor.cpp \
 mousecursor.h \
-music_manager.cpp \
-music_manager.h \
 musicref.cpp \
 musicref.h \
 particlesystem.cpp \
@@ -62,6 +63,8 @@ setup.cpp \
 setup.h \
 sound.cpp \
 sound.h \
+sound_manager.h \
+sound_manager.cpp \
 special.cpp \
 special.h \
 sprite.h \