diff --git a/NEWS b/NEWS index 8e29acec5..5d62ed6ee 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ OSG News (most significant items from ChangeLog) ================================================ -14th December 2001 - osg-0.8.43.tar.gz +30th December 2001 - osg-0.8.43.tar.gz >>> Support for TrueType text, Stereo out of the box, and much more. diff --git a/src/osg/Makefile b/src/osg/Makefile index 9681a049d..e1bbeef3d 100644 --- a/src/osg/Makefile +++ b/src/osg/Makefile @@ -74,7 +74,7 @@ TARGET_INCLUDE_FILES = \ osg/ColorMatrix\ osg/CullFace\ osg/Depth\ - osg/VisualsSettings\ + osg/DisplaySettings\ osg/Drawable\ osg/EarthSky\ osg/Export\ @@ -94,6 +94,7 @@ TARGET_INCLUDE_FILES = \ osg/Light\ osg/LightSource\ osg/LineSegment\ + osg/LineWidth\ osg/Material\ osg/Math\ osg/Matrix\