From 0a2e5565acf7da7b14fe56b63129e5b0ac0d07fa Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Fri, 19 Apr 2002 15:00:57 +0000 Subject: [PATCH] Added Bob K's fix --- src/osgPlugins/dw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/dw/Makefile b/src/osgPlugins/dw/Makefile index 48eda0c74..f29883226 100644 --- a/src/osgPlugins/dw/Makefile +++ b/src/osgPlugins/dw/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ ReaderWriterDW.cpp\ -LIBS += $(OSG_LIBS) $(OTHER_LIBS) +LIBS += $(OSG_LIBS) $(GL_LIBS) $(OTHER_LIBS) TARGET_BASENAME = dw include $(TOPDIR)/Make/cygwin_plugin_def