X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=71af416ad0a75ce4731a3d94a2bf7df3d106eea9;hb=b0333acd4660221a389c656a9b83bedbcc17ae9e;hp=023536d6f75b5ce98c640b08400ccc3503ac5aee;hpb=2074a5e3f8167dec24989c008ddadda14687a3a6;p=supertux.git diff --git a/src/Makefile.am b/src/Makefile.am index 023536d6f..71af416ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,7 @@ +localedir = $(datadir)/locale + bin_PROGRAMS = supertux +supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" supertux_SOURCES = \ screen/drawing_context.h \ @@ -17,10 +20,14 @@ bitmask.cpp \ bitmask.h \ button.cpp \ button.h \ +camera.cpp \ +camera.h \ collision.cpp \ collision.h \ configfile.cpp \ configfile.h \ +door.cpp \ +door.h \ intro.cpp \ intro.h \ defines.h \ @@ -30,6 +37,8 @@ globals.cpp \ globals.h \ high_scores.cpp \ high_scores.h \ +interactive_object.cpp \ +interactive_object.h \ level.cpp \ level.h \ leveleditor.cpp \ @@ -38,6 +47,10 @@ lispreader.cpp \ lispreader.h \ menu.cpp \ menu.h \ +mousecursor.cpp \ +mousecursor.h \ +musicref.cpp \ +musicref.h \ particlesystem.cpp \ particlesystem.h \ physic.cpp \ @@ -50,8 +63,14 @@ setup.cpp \ setup.h \ sound.cpp \ sound.h \ +sound_manager.h \ +sound_manager.cpp \ special.cpp \ special.h \ +sprite.h \ +sprite.cpp \ +sprite_manager.cpp \ +sprite_manager.h \ supertux.cpp \ timer.cpp \ timer.h \ @@ -63,22 +82,10 @@ worldmap.cpp \ worldmap.h \ tile.h \ tile.cpp \ -mousecursor.cpp \ -mousecursor.h \ resources.h \ resources.cpp \ gameobjs.h \ gameobjs.cpp \ -sprite.h \ -sprite.cpp \ -sprite_manager.cpp \ -sprite_manager.h \ -music_manager.cpp \ -music_manager.h \ -musicref.cpp \ -musicref.h \ -camera.cpp \ -camera.h \ game_object.cpp \ game_object.h \ drawable.h \ @@ -92,6 +99,6 @@ serializable.h \ vector.cpp \ vector.h \ sector.cpp \ -sector.h +sector.h # EOF #