From ec74beede77140112626fb932cde2a0b0db7d3d5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 19 Sep 2004 18:34:05 +0000 Subject: [PATCH] Added reference to GL_LIBS --- src/osgDB/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgDB/GNUmakefile b/src/osgDB/GNUmakefile index 1fefc9b91..eb1a9701a 100644 --- a/src/osgDB/GNUmakefile +++ b/src/osgDB/GNUmakefile @@ -21,7 +21,7 @@ CXXFILES =\ SharedStateManager.cpp\ -LIBS += -losg $(OTHER_LIBS) $(DYNAMICLIBRARYLIB) +LIBS += -losg $(GL_LIBS) $(OTHER_LIBS) $(DYNAMICLIBRARYLIB) ifeq ($(OS),Darwin) LIBS += ${CARBON_LIB}