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