From ed3c7ba1166988501be2221cf899f7338208c266 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 5 Jan 2007 14:57:20 +0000 Subject: [PATCH] Replace osgProducer reference by osgViewer --- examples/osganimate/GNUmakefile.inst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osganimate/GNUmakefile.inst b/examples/osganimate/GNUmakefile.inst index 7ab11d650..94745996d 100644 --- a/examples/osganimate/GNUmakefile.inst +++ b/examples/osganimate/GNUmakefile.inst @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osganimate.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) EXEC = osganimate