From 7fb38ff42fe44e825d1ce01c6a6702c0f3701705 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Mar 2007 08:53:18 +0000 Subject: [PATCH] From Martin Amueller, Add libosgGA and libosgText for OSX build --- src/osgPlugins/osgViewer/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osgViewer/GNUmakefile b/src/osgPlugins/osgViewer/GNUmakefile index 6c2f58ba3..4416c24d2 100644 --- a/src/osgPlugins/osgViewer/GNUmakefile +++ b/src/osgPlugins/osgViewer/GNUmakefile @@ -5,7 +5,7 @@ CXXFILES =\ View.cpp\ ReaderWriterOsgViewer.cpp\ -LIBS += -losgViewer -losgUtil -losgDB -losg $(OTHER_LIBS) +LIBS += -losgViewer -losgUtil -losgDB -losgGA -losgText -losg $(OTHER_LIBS) TARGET_BASENAME = osgViewer include $(TOPDIR)/Make/cygwin_plugin_def