From 9cfef010e01bc802341a538d5e933df6f0f03080 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 5 Jan 2002 16:19:18 +0000 Subject: [PATCH] Change TOP to OSGHOME in makefiles. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 291140a9b..f2a403de6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ SHELL=/bin/sh DIRS = osg osgDB osgUtil osgGLUT # comment out if you don't have the freetype and GLU1.3 library installed. -#DIRS += osgText +DIRS += osgText # comment out if you don't have the wxWindows installed. # DIRS += osgWX