From 8c7f71ef3936268da0fce5979896ba1e3f7fedb5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 13 Mar 2005 17:26:52 +0000 Subject: [PATCH] Added osgGL2 to .ive list of dependencies --- src/osgPlugins/ive/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/ive/GNUmakefile b/src/osgPlugins/ive/GNUmakefile index b6e982ca0..98c2f8fae 100644 --- a/src/osgPlugins/ive/GNUmakefile +++ b/src/osgPlugins/ive/GNUmakefile @@ -78,7 +78,7 @@ CXXFILES =\ VertexProgram.cpp\ VisibilityGroup.cpp\ -LIBS += -losgFX -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS) +LIBS += -losgFX -losgGL2 -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = ive include $(TOPDIR)/Make/cygwin_plugin_def