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