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