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