commit fa328faf056affa216f2f3a8764ca0d56262efe9
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Jun 13 20:27:32 2011 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Jun 13 20:27:32 2011 +0000
Link chocolate-setup against SDL_mixer to fix compile on Mac OS X.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2346
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \