commit 1ea495e54d62ce6fdedd922d742aa861e662ae01
parent 1b764dfa899a1ce674cba0f98dbbe7e98877b535
Author: Ben Webb <ben@salilab.org>
Date: Sat, 4 May 2002 17:43:38 +0000
Sound libraries are now detected on Unix (esound) and Windows systems,
and linked to by the Makefiles.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -12,7 +12,7 @@ CURSESPORTSUBDIR = cursesport
endif
SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR)
-dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @INTLLIBS@ @WNDRES@
+dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @SOUND_LIBS@ @INTLLIBS@ @WNDRES@
dopewars_DEPENDENCIES = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @INTLLIBS@ @WNDRES@
bin_PROGRAMS = dopewars
@@ -20,7 +20,7 @@ dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \
dopewars.c dopewars.h error.c error.h message.c message.h \
network.c network.h nls.h serverside.c serverside.h \
tstring.c tstring.h winmain.c winmain.h
-INCLUDES = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@
+INCLUDES = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@ @SOUND_CFLAGS@
DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"
PIXDIR = ${DESTDIR}${datadir}/pixmaps
DOPEDIR = ${DESTDIR}${bindir}