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

@@ -12,6 +12,6 @@ INSTFILES = \
EXEC = osgvertexprogram
INC += -I/usr/X11R6/include
INC += $(X_INC)
include $(TOPDIR)/Make/makerules

View File

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