unbreak exa

This commit is contained in:
christos 2008-09-01 15:12:22 +00:00
parent 4cf89a9f0b
commit 9bc227a787
2 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.exa,v 1.1 2008/09/01 10:18:03 rtr Exp $
# $NetBSD: Makefile.exa,v 1.2 2008/09/01 15:12:22 christos Exp $
.PATH: ${X11SRCDIR.xorg-server}/exa
@ -8,12 +8,15 @@ SRCS.exa= exa.c exa_accel.c exa_migration.c exa_offscreen.c \
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \
-I${X11SRCDIR.xorg-server}/Xext \
-I${X11SRCDIR.xorg-server}/exa \
-I${X11SRCDIR.xorg-server}/fb \
-I${X11SRCDIR.xorg-server}/miext/cw \
-I${DESTDIR}${X11INCDIR}/X11 \
-I${DESTDIR}${X11INCDIR}/xorg \
-I${DESTDIR}${X11INCDIR}/pixman-1 \
-I${X11SRCDIR.xorg-server}/../include
.if !defined(XMODULEDIR)
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>
.endif

View File

@ -1,18 +1,21 @@
# $NetBSD: Makefile,v 1.4 2008/09/01 10:15:08 rtr Exp $
# $NetBSD: Makefile,v 1.5 2008/09/01 15:12:22 christos Exp $
XMODULEDIR= ${X11USRLIBDIR}/modules
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
.include "../../../exa/Makefile.exa"
LIB= exa
MAN= exa.4
.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/exa
SRCS= ${SRCS.exa} examodule.c
SRCS+= ${SRCS.exa} examodule.c
# XXX
exa.4: exa.man.pre
cp ${.ALLSRC} ${.TARGET}
.include "../../../exa/Makefile.exa"
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>