Added -osgGA to the Makefile list.

This commit is contained in:
Robert Osfield
2002-06-13 19:10:29 +00:00
parent 4e5a3696e3
commit f2cbab46d4

View File

@@ -7,7 +7,7 @@ CXXFILES =\
Window.cpp\
Viewer.cpp\
LIBS += $(GLUT_LIB) $(GL_LIBS) -losgUtil -losgDB -losg $(OTHER_LIBS)
LIBS += $(GLUT_LIB) $(GL_LIBS) -losgGA -losgUtil -losgDB -losg $(OTHER_LIBS)
DEF += -DOSGGLUT_LIBRARY
TARGET_BASENAME = osgGLUT
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)