diff --git a/src/osg/Makefile b/src/osg/Makefile index 84e327c4a..431ff7e91 100644 --- a/src/osg/Makefile +++ b/src/osg/Makefile @@ -49,7 +49,6 @@ CXXFILES =\ Material.cpp\ Matrix.cpp\ MatrixTransform.cpp\ - MemoryManager.cpp\ Node.cpp\ NodeCallback.cpp\ NodeVisitor.cpp\ @@ -64,6 +63,7 @@ CXXFILES =\ PrimitiveSet.cpp\ Projection.cpp\ Quat.cpp\ + Referenced.cpp\ Sequence.cpp\ ShadeModel.cpp\ ShadowVolumeOccluder.cpp\