Home | History | Annotate | Line # | Download | only in libX11
Makefile.xlcDef revision 1.1.2.2
      1 # $NetBSD: Makefile.xlcDef,v 1.1.2.2 2008/09/18 05:18:36 wrstuden Exp $
      2 
      3 .PATH:		${X11SRCDIR.X11}/modules/lc/def
      4 SRCS.xlcDef=	lcDefConv.c
      5 
      6 CPPFLAGS+= \
      7 	-I${DESTDIR}${X11INCDIR}/X11 \
      8 	-I${X11SRCDIR.X11}/src/xlibi18n
      9 
     10 CPPFLAGS+= \
     11 	-DHASXDMAUTH
     12 
     13 .include <bsd.lib.mk>
     14