Added -I/usr/X11R6/include to osgProducer and all the examples GNUMakefiles.

From Bob, mods to GNUMakefile and Make/makedefs for the extra includes for
freetype.
This commit is contained in:
Robert Osfield
2003-04-14 19:39:22 +00:00
parent 95636af81c
commit 0036018507
80 changed files with 82 additions and 85 deletions

View File

@@ -12,7 +12,7 @@ INSTFILES = \
EXEC = osgvertexprogram
INC += $(PRODUCER_INCLUDE_DIR)
INC += $(PRODUCER_INCLUDE_DIR) -I/usr/X11R6/include
LDFLAGS += $(PRODUCER_LIB_DIR)
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)
INC += $(PRODUCER_INCLUDE_DIR) -I/usr/X11R6/include
LDFLAGS += $(PRODUCER_LIB_DIR)
include $(TOPDIR)/Make/makerules