From d3ae2ed90a3fc43ed69913a2cb7598abbb64dbcd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 6 Oct 2003 08:53:56 +0000 Subject: [PATCH] Added -losgGL2 --- src/osgPlugins/osgFX/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osgFX/GNUmakefile b/src/osgPlugins/osgFX/GNUmakefile index 20891879f..4775a1096 100644 --- a/src/osgPlugins/osgFX/GNUmakefile +++ b/src/osgPlugins/osgFX/GNUmakefile @@ -10,7 +10,7 @@ CXXFILES =\ IO_Effect.cpp\ -LIBS += -losgFX $(OSG_LIBS) $(OTHER_LIBS) +LIBS += -losgFX -losgGL2 $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = osgFX include $(TOPDIR)/Make/cygwin_plugin_def