From 40271ef1c817136ed51d6db9b260112681dd11e2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 12 Mar 2003 11:50:02 +0000 Subject: [PATCH] Added -losgText --- examples/osghud/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osghud/GNUmakefile b/examples/osghud/GNUmakefile index 01e369df2..41ca2a458 100644 --- a/examples/osghud/GNUmakefile +++ b/examples/osghud/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osghud.cpp\ -LIBS += -losgProducer -lProducer $(OSG_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgText $(OSG_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\