From ee550382c8bb543cf0220f6360f79ecce70029a0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 2 May 2003 18:24:56 +0000 Subject: [PATCH] Fixed build. --- Make/makedirdefs | 2 +- src/osg/GNUmakefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Make/makedirdefs b/Make/makedirdefs index 348f6fcc9..9e68df771 100644 --- a/Make/makedirdefs +++ b/Make/makedirdefs @@ -48,7 +48,7 @@ PLUGIN_DIRS = \ zip # comment in if you have Performer installed. -PLUGIN_DIRS += pfb +# PLUGIN_DIRS += pfb # comment in if have freetype2.x installed, provides type type font support to osgText. diff --git a/src/osg/GNUmakefile b/src/osg/GNUmakefile index 63e80cc38..640bda4c1 100644 --- a/src/osg/GNUmakefile +++ b/src/osg/GNUmakefile @@ -6,6 +6,7 @@ CXXFILES =\ AnimationPath.cpp\ ApplicationUsage.cpp\ ArgumentParser.cpp\ + AutoTransform.cpp\ Array.cpp\ Billboard.cpp\ BoundingBox.cpp\