From a7b343237b634702461563d925d96259f6530654 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 9 Jun 2005 11:53:23 +0000 Subject: [PATCH] Fixed makefiles --- examples/osgfbo/GNUmakefile | 2 +- examples/osgfbo/GNUmakefile.inst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osgfbo/GNUmakefile b/examples/osgfbo/GNUmakefile index abdaa848b..129576803 100644 --- a/examples/osgfbo/GNUmakefile +++ b/examples/osgfbo/GNUmakefile @@ -6,7 +6,7 @@ CXXFILES =\ FramebufferObject.cpp\ Renderbuffer.cpp\ FramebufferAttachment.cpp\ - fbo.cpp\ + osgfbo.cpp\ LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) diff --git a/examples/osgfbo/GNUmakefile.inst b/examples/osgfbo/GNUmakefile.inst index 59d1b0f8d..d7cde5b9d 100644 --- a/examples/osgfbo/GNUmakefile.inst +++ b/examples/osgfbo/GNUmakefile.inst @@ -6,7 +6,7 @@ CXXFILES =\ FramebufferObject.cpp\ Renderbuffer.cpp\ FramebufferAttachment.cpp\ - fbo.cpp\ + osgfbo.cpp\ LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)