From 9097b2f23a61f7ec50769722c27c113c027845e4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Jul 2004 14:24:50 +0000 Subject: [PATCH] Added osgText to makefile --- examples/osgconv/GNUmakefile | 2 +- examples/osgconv/GNUmakefile.inst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osgconv/GNUmakefile b/examples/osgconv/GNUmakefile index b67457c45..5b003f20d 100644 --- a/examples/osgconv/GNUmakefile +++ b/examples/osgconv/GNUmakefile @@ -10,7 +10,7 @@ CXXFILES =\ HEADERFILES = \ OrientationConverter.h -LIBS += -losgProducer -lProducer -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgText -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgconv/GNUmakefile.inst b/examples/osgconv/GNUmakefile.inst index 5d5860827..b53409974 100644 --- a/examples/osgconv/GNUmakefile.inst +++ b/examples/osgconv/GNUmakefile.inst @@ -7,7 +7,7 @@ CXXFILES =\ OrientationConverter.cpp\ osgconv.cpp\ -LIBS += -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgText -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS) EXEC = osgconv