tSound libraries are now detected on Unix (esound) and Windows systems, and linked to by the Makefiles. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1ea495e54d62ce6fdedd922d742aa861e662ae01
 (DIR) parent 1b764dfa899a1ce674cba0f98dbbe7e98877b535
 (HTM) 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:
         M src/Makefile.am                     |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/Makefile.am b/src/Makefile.am
       t@@ -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
       t@@ -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}