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