Added reference to GL_LIBS

This commit is contained in:
Robert Osfield
2004-09-19 18:34:05 +00:00
parent 8bce22343b
commit ec74beede7

View File

@@ -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}