t"Real" plugin support via. gmodule (still very very experimental). - 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 633ed8c23610ae196386bc0c6868c79c286c05f0
(DIR) parent 0676aa9d64a53e9661b8a5e103b86ceba29343c7
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 13 May 2002 15:28:56 +0000
"Real" plugin support via. gmodule (still very very experimental).
Diffstat:
M src/Makefile.am | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
t@@ -12,17 +12,16 @@ CURSESPORTSUBDIR = cursesport
endif
SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR)
-dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @SOUND_LIBS@ @INTLLIBS@ @WNDRES@
+dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @INTLLIBS@ @WNDRES@
dopewars_DEPENDENCIES = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @INTLLIBS@ @WNDRES@
bin_PROGRAMS = dopewars
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 \
- sound.c sound.h sound_esd.c sound_esd.h \
- sound_sdl.c sound_sdl.h sound_winmm.c sound_winmm.h \
+ sound.c sound.h \
tstring.c tstring.h winmain.c winmain.h
-INCLUDES = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@ @SOUND_CFLAGS@
+INCLUDES = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@
DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"
PIXDIR = ${DESTDIR}${datadir}/pixmaps
DOPEDIR = ${DESTDIR}${bindir}