From dc57810d99182acf4932d8b228c409426c8528bb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 21 Sep 2006 08:56:19 +0000 Subject: [PATCH] Removed use osg OSG_LIBS, changing to just -losg and -losgDB. --- src/osgPlugins/osg/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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