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,6 +16,6 @@ DEF += -DOSGPRODUCER_LIBRARY
TARGET_BASENAME = osgProducer
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
INC += -I/usr/X11R6/include
INC += $(X_INC)
include $(TOPDIR)/Make/makerules