From cbad9b761085f7859406daa74c9c19a77d3b9e19 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Feb 2003 09:12:27 +0000 Subject: [PATCH] Removed linking to osgGLUT/GLUT in the osgconv program. --- src/Demos/osgconv/Makefile | 2 +- src/Demos/osgconv/Makefile.inst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Demos/osgconv/Makefile b/src/Demos/osgconv/Makefile index 0d7b7a93c..887c7f236 100644 --- a/src/Demos/osgconv/Makefile +++ b/src/Demos/osgconv/Makefile @@ -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)\ diff --git a/src/Demos/osgconv/Makefile.inst b/src/Demos/osgconv/Makefile.inst index 687366787..1607a0d46 100644 --- a/src/Demos/osgconv/Makefile.inst +++ b/src/Demos/osgconv/Makefile.inst @@ -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