From 2c933fb920095327bc6d31f794962fd2cf3bca43 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 26 Oct 2004 18:36:47 +0000 Subject: [PATCH] Fixed make files. --- examples/osgarchive/GNUmakefile | 2 +- examples/osgarchive/GNUmakefile.inst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osgarchive/GNUmakefile b/examples/osgarchive/GNUmakefile index 9b44b6ec0..fdeb1bb21 100644 --- a/examples/osgarchive/GNUmakefile +++ b/examples/osgarchive/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgarchive.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgarchive/GNUmakefile.inst b/examples/osgarchive/GNUmakefile.inst index 8ede65f70..7ea6387c3 100644 --- a/examples/osgarchive/GNUmakefile.inst +++ b/examples/osgarchive/GNUmakefile.inst @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgarchive.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgDB losgUtil -losg $(X_LIBS) $(OTHER_LIBS) EXEC = osgarchive