diff --git a/src/osgPlugins/osg/GNUmakefile b/src/osgPlugins/osg/GNUmakefile index a6dc51e9f..fe8bd5065 100644 --- a/src/osgPlugins/osg/GNUmakefile +++ b/src/osgPlugins/osg/GNUmakefile @@ -78,7 +78,7 @@ CXXFILES =\ Viewport.cpp\ -LIBS += $(OSG_LIBS) $(OTHER_LIBS) +LIBS += -losg -losgDB $(OTHER_LIBS) TARGET_BASENAME = osg include $(TOPDIR)/Make/cygwin_plugin_def