From 58bdc6f92fed2192b5e7d19ffa7e61977158f46f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Feb 2006 21:18:45 +0000 Subject: [PATCH] Added TextureRectangle.cpp --- src/osgPlugins/ive/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/ive/GNUmakefile b/src/osgPlugins/ive/GNUmakefile index 98b8cd7f2..05d2c2c18 100644 --- a/src/osgPlugins/ive/GNUmakefile +++ b/src/osgPlugins/ive/GNUmakefile @@ -84,6 +84,7 @@ CXXFILES =\ Texture3D.cpp\ Texture.cpp\ TextureCubeMap.cpp\ + TextureRectangle.cpp\ Transform.cpp\ Uniform.cpp\ VertexProgram.cpp\