summaryrefslogtreecommitdiff
path: root/setup/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-09-21 18:21:16 +0000
committerSimon Howard2006-09-21 18:21:16 +0000
commit72c7a4ad783891a232d125aea2d3c4213e5dcebb (patch)
treec3504352e8a34ddd79589f9a951dcf48f01755f8 /setup/Makefile.am
parent89a9c8e003d5b415ee7f940e5231cf7c4d8e75e1 (diff)
downloadchocolate-doom-72c7a4ad783891a232d125aea2d3c4213e5dcebb.tar.gz
chocolate-doom-72c7a4ad783891a232d125aea2d3c4213e5dcebb.tar.bz2
chocolate-doom-72c7a4ad783891a232d125aea2d3c4213e5dcebb.zip
Add compatibility options dialog.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 647
Diffstat (limited to 'setup/Makefile.am')
-rw-r--r--setup/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am
index b3af951f..22ad81b0 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -6,9 +6,10 @@ games_PROGRAMS = chocolate-setup
chocolate_setup_LDADD = @LDFLAGS@ @SDL_LIBS@ ../textscreen/libtextscreen.a
chocolate_setup_SOURCES = \
- mainmenu.c \
- keyboard.c \
+ compatibility.c \
display.c \
+ keyboard.c \
+ mainmenu.c \
mouse.c \
multiplayer.c \
sound.c \