tPlugin install directory is now passed to the program code. - 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 6a0a9ae72933a85b6f4236ed630803ce2d1dfddf
 (DIR) parent bbbc21c71e652873b5fcb6c232bda1b917d4852d
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 13 May 2002 15:29:59 +0000
       
       Plugin install directory is now passed to the program code.
       
       
       Diffstat:
         M src/Makefile.am                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/Makefile.am b/src/Makefile.am
       t@@ -28,7 +28,7 @@ dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \
                           sound.c sound.h \
                           tstring.c tstring.h winmain.c winmain.h
        INCLUDES   = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@
       -DEFS       = @DEFS@ -DLOCALEDIR=\"${localedir}\"
       +DEFS       = @DEFS@ -DLOCALEDIR=\"${localedir}\" @PLUGINDEF@
        PIXDIR     = ${DESTDIR}${datadir}/pixmaps
        DOPEDIR    = ${DESTDIR}${bindir}
        DOPEBIN    = ${DOPEDIR}/dopewars