Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.

This commit is contained in:
Robert Osfield
2003-08-18 10:58:30 +00:00
parent 8c65920c1f
commit 8d5aa5644d
92 changed files with 100 additions and 92 deletions

View File

@@ -16,7 +16,7 @@ INSTFILES = \
EXEC = slideshow3D
INC += -I/usr/X11R6/include -I/usr/include/libxml2
INC += $(X_INC) -I/usr/include/libxml2
include $(TOPDIR)/Make/makerules

View File

@@ -12,7 +12,7 @@ LIBS += -lxml2 -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(
EXEC = slideshow3D
INC += $(PRODUCER_INCLUDE_DIR) -I/usr/X11R6/include -I/usr/include/libxml2
INC += $(PRODUCER_INCLUDE_DIR) $(X_INC) -I/usr/include/libxml2
LDFLAGS += $(PRODUCER_LIB_DIR)
include $(TOPDIR)/Make/makerules