- fixed auto* stuff a bit, requires automake1.7
[supertux.git] / src / Makefile.am
1 bin_PROGRAMS = supertux
2
3 supertux_SOURCES = \
4   badguy.c \
5   badguy.h \
6   bitmask.c \
7   bitmask.h \
8   button.c \
9   button.h \
10   collision.c \
11   collision.h \
12   defines.h \
13   gameloop.c \
14   gameloop.h \
15   globals.c \
16   globals.h \
17   high_scores.c \
18   high_scores.h \
19   intro.c \
20   intro.h \
21   level.c \
22   level.h \
23   leveleditor.c \
24   leveleditor.h \
25   menu.c \
26   menu.h \
27   physic.c \
28   physic.h \
29   player.c \
30   player.h \
31   scene.c \
32   scene.h \
33   screen.c \
34   screen.h \
35   setup.c \
36   setup.h \
37   sound.c \
38   sound.h \
39   special.c \
40   special.h \
41   supertux.c \
42   supertux.h \
43   text.c \
44   text.h \
45   texture.c \
46   texture.h \
47   timer.c \
48   timer.h \
49   title.c \
50   title.h \
51   type.c \
52   type.h \
53   world.c \
54   world.h
55
56 # EOF #