From e852ee6dd89ccdf5e8c3b46b33d9535afe5cea93 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 8 Nov 2002 08:12:18 +0000 Subject: [PATCH] Commented back in LIBS into Makefile for OSX build. --- src/osgPlugins/rgb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/rgb/Makefile b/src/osgPlugins/rgb/Makefile index 72f8742a9..d7a0639f0 100644 --- a/src/osgPlugins/rgb/Makefile +++ b/src/osgPlugins/rgb/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ ReaderWriterRGB.cpp\ -##LIBS += $(OSG_LIBS) $(OTHER_LIBS) +LIBS += $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = rgb include $(TOPDIR)/Make/cygwin_plugin_def