From a01903ac413793884fe6579e1a904d5a566c7e4e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 10 Sep 2003 12:26:54 +0000 Subject: [PATCH] Added -losgText into txp plugin's GNUmakefile for OSX build. --- src/osgPlugins/txp/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/txp/GNUmakefile b/src/osgPlugins/txp/GNUmakefile index d78aed448..0bf1cc2c7 100644 --- a/src/osgPlugins/txp/GNUmakefile +++ b/src/osgPlugins/txp/GNUmakefile @@ -37,7 +37,7 @@ CXXFILES =\ INC += -I$(THISDIR) -LIBS += -losgSim $(OSG_LIBS) $(OTHER_LIBS) +LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS) PLUGIN_TARGET_BASENAME = txp include $(TOPDIR)/Make/cygwin_plugin_def