Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
This commit is contained in:
@@ -12,6 +12,6 @@ INSTFILES = \
|
||||
|
||||
EXEC = osgvertexprogram
|
||||
|
||||
INC += -I/usr/X11R6/include
|
||||
INC += $(X_INC)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user