Fixed typo in makefile

This commit is contained in:
Robert Osfield
2004-04-14 11:56:59 +00:00
parent 44943ed536
commit 9286df61ec

View File

@@ -12,7 +12,7 @@ CXXFILES = \
DEF += -DOSGTERRAIN_LIBRARY
LIBS += -losgDB --losgUtil losg -lgdal $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgDB -losgUtil -losg -lgdal $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgTerrain
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)