Added -losgGA to all GNUmakefiles in examples.

Added one std:: in front of an endl in osgunittests.cpp
This commit is contained in:
Don BURNS
2003-03-15 08:01:41 +00:00
parent 59995dde90
commit ced920030a
36 changed files with 36 additions and 36 deletions

View File

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