From e9ad68c926d5cf05745bd5aab99fc00334674c0a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 12 Mar 2007 12:13:52 +0000 Subject: [PATCH] Removed GDAL references --- src/osgTerrain/GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/osgTerrain/GNUmakefile b/src/osgTerrain/GNUmakefile index 478aef091..9cd04ec06 100644 --- a/src/osgTerrain/GNUmakefile +++ b/src/osgTerrain/GNUmakefile @@ -9,9 +9,7 @@ CXXFILES = \ DEF += -DOSGTERRAIN_LIBRARY -INC += $(GDAL_INCLUDES) - -LIBS += -losgFX -losgDB -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losgFX -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS) TARGET_BASENAME = osgTerrain LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)