Added -losgText to example that used osgViewer but didn't previously include -losgText

This commit is contained in:
Robert Osfield
2007-02-13 20:32:45 +00:00
parent 1138c312b7
commit 8b104a2136
20 changed files with 21 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgslice.cpp\
LIBS += -losgViewer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -lOpenThreads
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -lOpenThreads
INSTFILES = \
$(CXXFILES)\