X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=7108c23f8b8302fa8e3251702c1d526666b41388;hb=546364c9567ef212ea9276201facf73f5ada696a;hp=df481c72cd542d3f3af5567975b39190bf3072b8;hpb=1fc0f13c2a7b6a257047edc96654b5737022b6b0;p=supertux.git diff --git a/src/Makefile.am b/src/Makefile.am index df481c72c..7108c23f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,58 +1,22 @@ -bindir=$(prefix)/games +localedir = $(datadir)/locale bin_PROGRAMS = supertux +supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" +#supertux_LDADD = $(top_builddir)/lib/.libs/libsupertux @LIBINTL@ +supertux_LDADD = $(top_builddir)/lib/libsupertux.la @LIBINTL@ -supertux_SOURCES = \ - badguy.c \ - badguy.h \ - bitmask.c \ - bitmask.h \ - button.c \ - button.h \ - collision.c \ - collision.h \ - defines.h \ - gameloop.c \ - gameloop.h \ - globals.c \ - globals.h \ - high_scores.c \ - high_scores.h \ - intro.c \ - intro.h \ - level.c \ - level.h \ - leveleditor.c \ - leveleditor.h \ - menu.c \ - menu.h \ - physic.c \ - physic.h \ - player.c \ - player.h \ - scene.c \ - scene.h \ - screen.c \ - screen.h \ - setup.c \ - setup.h \ - sound.c \ - sound.h \ - special.c \ - special.h \ - supertux.c \ - supertux.h \ - text.c \ - text.h \ - texture.c \ - texture.h \ - timer.c \ - timer.h \ - title.c \ - title.h \ - type.c \ - type.h \ - world.c \ - world.h + +supertux_SOURCES = badguy.cpp badguy.h bitmask.cpp bitmask.h camera.cpp \ + camera.h collision.cpp collision.h door.cpp door.h intro.cpp intro.h \ + gameloop.cpp gameloop.h high_scores.cpp high_scores.h interactive_object.cpp \ + interactive_object.h level.cpp level.h level_subset.cpp level_subset.h leveleditor.cpp \ + leveleditor.h particlesystem.cpp particlesystem.h player.cpp player.h scene.cpp \ + scene.h special.cpp special.h supertux.cpp title.cpp title.h worldmap.cpp \ + worldmap.h tile.h tile.cpp tile_manager.h tile_manager.cpp resources.h \ + resources.cpp gameobjs.h gameobjs.cpp background.h background.cpp tilemap.h \ + tilemap.cpp serializable.h sector.cpp sector.h misc.h misc.cpp defines.h \ + statistics.cpp badguy_specs.cpp # EOF # +INCLUDES = -I$(top_srcdir)/lib +noinst_HEADERS = misc.h