Date: Thursday May 3, 2001 @ 22:58 Author: cameron Update of /home/netrek/cvsroot/Vanilla/xsg In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv3253/xsg Modified Files: Makefile.in Log Message: add X11INCLUDE to CFLAGS **************************************** Index: Vanilla/xsg/Makefile.in diff -u Vanilla/xsg/Makefile.in:1.3 Vanilla/xsg/Makefile.in:1.4 --- Vanilla/xsg/Makefile.in:1.3 Tue May 1 21:00:20 2001 +++ Vanilla/xsg/Makefile.in Thu May 3 22:58:44 2001 @@ -39,7 +39,7 @@ LIBS = $(X11LIB) $(EXTRALIBS) INCS = $(EXTRAINCS) $(X11INCLUDE) -CFLAGS = $(EXTRACFLAGS) $(FLAGS) -I. -I${srcdir} -I../include -I${srcdir}/../include +CFLAGS = $(EXTRACFLAGS) $(FLAGS) ${INCS} -I. -I${srcdir} -I../include -I${srcdir}/../include all: xsg @@ -49,7 +49,7 @@ # data.c has an ifdef XSG in it, it must be recompiled here. data.o: ${srcdir}/../ntserv/data.c - $(CC) $(CFLAGS) $(INCS) -c ${srcdir}/../ntserv/data.c + $(CC) $(CFLAGS) -c ${srcdir}/../ntserv/data.c clean: /bin/rm -f *.o make.out core @@ -70,7 +70,7 @@ rm -f .depend depend:: - ${CC} -M $(CFLAGS) $(INCS) $(SRCS) > .depend + ${CC} -M $(CFLAGS) $(SRCS) > .depend sinclude .depend # DO NOT DELETE