From 61b08653097edec4946f89dd783d9e0eadeb941f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 24 Apr 2002 20:57:00 +0000 Subject: [PATCH] Merged Bob's changes for MacOSX build. This change is simply the addition of GLUT_LIB to the link line. This change should be removed once we fixed the OSG_LIBS so that it doens't include osgGLUT, however, I'll leave this for another day... --- src/osgPlugins/dx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/dx/Makefile b/src/osgPlugins/dx/Makefile index 6307d1f72..02dc2024b 100644 --- a/src/osgPlugins/dx/Makefile +++ b/src/osgPlugins/dx/Makefile @@ -7,7 +7,7 @@ CXXFILES =\ AreaGeoSetTriangulator.cpp \ StateSetStr.cpp -LIBS += $(OSG_LIBS) $(OTHER_LIBS) +LIBS += $(OSG_LIBS) $(GLUT_LIBS) $(OTHER_LIBS) TARGET_BASENAME = dx include $(TOPDIR)/Make/cygwin_plugin_def