From 44943ed5369bfa1cc476a4d26c0c2179692871eb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 14 Apr 2004 08:58:53 +0000 Subject: [PATCH] From Garret Potts, added -losgUtil to libs linked to osgTerrain --- src/osgTerrain/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgTerrain/GNUmakefile b/src/osgTerrain/GNUmakefile index 622e008b4..c4a37dda1 100644 --- a/src/osgTerrain/GNUmakefile +++ b/src/osgTerrain/GNUmakefile @@ -12,7 +12,7 @@ CXXFILES = \ DEF += -DOSGTERRAIN_LIBRARY -LIBS += -losgDB -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)