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