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}