From 648455da3481d9968593d472d23bd1f446e0d3d6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 23 Oct 2006 15:29:59 +0000 Subject: [PATCH] Changed the dependency list to use -losg -losgDB instead of OSG_LIBS --- src/osgPlugins/freetype/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/freetype/GNUmakefile b/src/osgPlugins/freetype/GNUmakefile index def30126e..d7bc95dc8 100644 --- a/src/osgPlugins/freetype/GNUmakefile +++ b/src/osgPlugins/freetype/GNUmakefile @@ -8,7 +8,7 @@ CXXFILES =\ INC += $(FREETYPE_INCLUDE) -LIBS += -losgText $(OSG_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS) +LIBS += -losgText -losg -losgDB $(FREETYPE_LIB) $(OTHER_LIBS) TARGET_BASENAME = freetype