Date: Tuesday May 1, 2001 @ 21:00 Author: cameron Update of /home/netrek/cvsroot/Vanilla/xsg In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv1006/xsg Modified Files: Makefile.in Log Message: Wed May 2 12:34:59 2001 James Cameron <quozl at us.netrek.org> * all: move include files to own directory. Changes were contributed by Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> and verified by me. **************************************** Index: Vanilla/xsg/Makefile.in diff -u Vanilla/xsg/Makefile.in:1.2 Vanilla/xsg/Makefile.in:1.3 --- Vanilla/xsg/Makefile.in:1.2 Mon Apr 30 04:34:36 2001 +++ Vanilla/xsg/Makefile.in Tue May 1 21:00:20 2001 @@ -12,10 +12,6 @@ INSTALLPROG = @INSTALL_PROGRAM@ INSTALLDATA = @INSTALL_DATA@ -#CC = cc - -LOCAL_DEFINES = - TARGET = xsg HEADERS = Wlib.h bitmaps.h copyright.h copyright2.h data.h \ @@ -43,7 +39,7 @@ LIBS = $(X11LIB) $(EXTRALIBS) INCS = $(EXTRAINCS) $(X11INCLUDE) -CFLAGS = $(EXTRACFLAGS) $(LOCAL_DEFINES) $(FLAGS) $(DIRS) +CFLAGS = $(EXTRACFLAGS) $(FLAGS) -I. -I${srcdir} -I../include -I${srcdir}/../include all: xsg