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\