Add -I${X11SRCDIR.xc}/extras/expat/lib to CPPFLAGS.

Should fix problem Hubert Feyrer was experiencing.
This commit is contained in:
lukem 2004-04-04 00:20:45 +00:00
parent 911c325c50
commit 9e2ca4378e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2004/03/06 03:05:39 rtr Exp $
# $NetBSD: Makefile,v 1.6 2004/04/04 00:20:45 lukem Exp $
.include <bsd.own.mk>
@ -11,7 +11,7 @@ SRCS= xmlparse.c xmlrole.c xmltok.c
.include "Makefile.expatdefs"
CPPFLAGS+= ${EXPAT_FLAGS} -I${DIST}
CPPFLAGS+= ${EXPAT_FLAGS} -I${DIST} -I${X11SRCDIR.xc}/extras/expat/lib
.include <bsd.x11.mk>
.include <bsd.lib.mk>