summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2011-06-13 20:27:32 +0000
committerSimon Howard2011-06-13 20:27:32 +0000
commitfa328faf056affa216f2f3a8764ca0d56262efe9 (patch)
tree709f051bc3369e001aacf7f115696e5d7594bb80
parent68f51552ff65668deaeef923fc8c496d64ea9a60 (diff)
downloadchocolate-doom-fa328faf056affa216f2f3a8764ca0d56262efe9.tar.gz
chocolate-doom-fa328faf056affa216f2f3a8764ca0d56262efe9.tar.bz2
chocolate-doom-fa328faf056affa216f2f3a8764ca0d56262efe9.zip
Link chocolate-setup against SDL_mixer to fix compile on Mac OS X.
Subversion-branch: /branches/raven-branch Subversion-revision: 2346
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6c0adfae..5dc9fe11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -185,7 +185,7 @@ endif
@PROGRAM_PREFIX@setup_LDADD = setup/libsetup.a \
$(top_builddir)/wince/libc_wince.a \
$(top_builddir)/textscreen/libtextscreen.a \
- @LDFLAGS@ @SDL_LIBS@ @SDLNET_LIBS@
+ @LDFLAGS@ @SDL_LIBS@ @SDLMIXER_LIBS@ @SDLNET_LIBS@
EXTRA_DIST = \
icon.c \