diff --git a/src/osgPlugins/flt/GNUmakefile b/src/osgPlugins/flt/GNUmakefile index 86f54aec2..b96c88436 100644 --- a/src/osgPlugins/flt/GNUmakefile +++ b/src/osgPlugins/flt/GNUmakefile @@ -52,7 +52,7 @@ CXXFILES =\ INC += -I$(THISDIR) -LIBS += -losgSim $(OSG_LIBS) $(OTHER_LIBS) +LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = flt include $(TOPDIR)/Make/cygwin_plugin_def