Removed linking to osgGLUT/GLUT in the osgconv program.

This commit is contained in:
Robert Osfield
2003-02-18 09:12:27 +00:00
parent 9208e24bd4
commit cbad9b7610
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ CXXFILES =\
HEADERFILES = \
OrientationConverter.h
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
LIBS += -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\

View File

@@ -5,7 +5,7 @@ CXXFILES =\
OrientationConverter.cpp\
osgconv.cpp\
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
LIBS += -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
EXEC = osgconv