From: Tobias Gläßer Date: Wed, 24 Mar 2004 22:08:29 +0000 (+0000) Subject: new levelformat with multiple layers, new particlesystem X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0600dd2a1205fb2c4d7ede104014cc24d5cec373;p=supertux.git new levelformat with multiple layers, new particlesystem SVN-Revision: 342 --- diff --git a/src/Makefile.am b/src/Makefile.am index c43677857..56d458a16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,62 +1,6 @@ bin_PROGRAMS = supertux -supertux_SOURCES = \ - badguy.cpp \ - badguy.h \ - bitmask.cpp \ - bitmask.h \ - button.cpp \ - button.h \ - configfile.h \ - configfile.cpp \ - collision.cpp \ - collision.h \ - defines.h \ - gameloop.cpp \ - gameloop.h \ - globals.cpp \ - globals.h \ - high_scores.cpp \ - high_scores.h \ - intro.cpp \ - intro.h \ - level.cpp \ - level.h \ - leveleditor.cpp \ - leveleditor.h \ - lispreader.cpp \ - lispreader.h \ - menu.cpp \ - menu.h \ - physic.cpp \ - physic.h \ - player.cpp \ - player.h \ - scene.cpp \ - scene.h \ - screen.cpp \ - screen.h \ - setup.cpp \ - setup.h \ - sound.cpp \ - sound.h \ - special.cpp \ - special.h \ - supertux.cpp \ - supertux.h \ - text.cpp \ - text.h \ - texture.cpp \ - texture.h \ - timer.cpp \ - timer.h \ - title.cpp \ - title.h \ - type.cpp \ - type.h \ - world.cpp \ - world.h \ - worldmap.cpp \ - worldmap.h +supertux_SOURCES = badguy.cpp badguy.h bitmask.cpp bitmask.h button.cpp button.h collision.cpp collision.h configfile.cpp configfile.h defines.h gameloop.cpp gameloop.h globals.cpp globals.h high_scores.cpp high_scores.h intro.cpp intro.h level.cpp level.h leveleditor.cpp leveleditor.h lispreader.cpp lispreader.h menu.cpp menu.h particlesystem.cpp particlesystem.h physic.cpp physic.h player.cpp player.h scene.cpp scene.h screen.cpp screen.h setup.cpp setup.h sound.cpp sound.h special.cpp special.h supertux.cpp supertux.h text.cpp text.h texture.cpp texture.h timer.cpp timer.h title.cpp title.h type.cpp type.h world.cpp world.h worldmap.cpp worldmap.h tile.h tile.cpp # EOF # +noinst_HEADERS =