vaccinewars

be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars # fast
git clone https://src.adamsgaard.dk/vaccinewars.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 6a0a9ae72933a85b6f4236ed630803ce2d1dfddf
parent bbbc21c71e652873b5fcb6c232bda1b917d4852d
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:
Msrc/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -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