12345678910111213 |
- $OpenBSD: patch-src_Makefile_in,v 1.5 2007/07/05 17:28:18 jasper Exp $
- --- src/Makefile.in.orig Fri Dec 30 22:29:34 2005
- +++ src/Makefile.in Thu Jul 5 17:39:19 2007
- @@ -265,7 +265,7 @@ dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer
- serverside.c serverside.h sound.c sound.h \
- tstring.c tstring.h winmain.c winmain.h
-
- -INCLUDES = -I../intl -I${srcdir} -I.. @GLIB_CFLAGS@ @GTK_CFLAGS@
- +INCLUDES = -I${srcdir} -I.. @GLIB_CFLAGS@ @GTK_CFLAGS@
- PIXDIR = ${DESTDIR}${datadir}/pixmaps
- DOPEDIR = ${DESTDIR}${bindir}
- DOPEBIN = ${DOPEDIR}/dopewars
|