From 686b22271ce3a1606aba6f8bd2615008efc5ffb2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Oct 2006 14:45:18 +0000 Subject: [PATCH] Fixed library name --- src/osgShadow/GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osgShadow/GNUmakefile b/src/osgShadow/GNUmakefile index a8a954cba..d3e0c8662 100644 --- a/src/osgShadow/GNUmakefile +++ b/src/osgShadow/GNUmakefile @@ -11,11 +11,11 @@ CXXFILES = \ ParallelSplitShadowMap.cpp\ Version.cpp\ -DEF += -DOSGTEXT_LIBRARY +DEF += -DOSGSHADOW_LIBRARY -LIBS += -losgDB -losg $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS) -TARGET_BASENAME = osgText +TARGET_BASENAME = osgShadow LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT) include $(TOPDIR)/Make/makerules