LIB is XRes, but we have to use Xres internally.

This commit is contained in:
cube 2008-09-25 21:55:35 +00:00
parent d395ac9332
commit c5be4d41fd
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.3 2008/09/25 17:12:11 cube Exp $
# $NetBSD: Makefile,v 1.4 2008/09/25 21:55:35 cube Exp $
.include <bsd.own.mk>
LIB= XRes
XRESDIR= ${X11SRCDIR.${LIB}}
XRESDIR= ${X11SRCDIR.Xres}
.PATH: ${XRESDIR}/src
.PATH: ${XRESDIR}/include/X11/extensions
SRCS= XRes.c
@ -12,7 +12,8 @@ SRCS= XRes.c
INCS= XRes.h
INCSDIR=${X11INCDIR}/X11/extensions
PKGDIST= ${LIB}
PKGCONFIG= xres
PKGDIST.xres= ${XRESDIR}
.include <bsd.x11.mk>
.include <bsd.lib.mk>