diff options
author | Simon Howard | 2011-06-13 20:27:32 +0000 |
---|---|---|
committer | Simon Howard | 2011-06-13 20:27:32 +0000 |
commit | fa328faf056affa216f2f3a8764ca0d56262efe9 (patch) | |
tree | 709f051bc3369e001aacf7f115696e5d7594bb80 | |
parent | 68f51552ff65668deaeef923fc8c496d64ea9a60 (diff) | |
download | chocolate-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.am | 2 |
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 \ |