From 7858e890780a73893883ffd6b58d26325bd92915 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 14 Sep 2004 15:03:18 +0000 Subject: [PATCH] Added GDAL check to compile of osgsimulation --- Make/makedirdefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedirdefs b/Make/makedirdefs index 580222086..e4170131c 100644 --- a/Make/makedirdefs +++ b/Make/makedirdefs @@ -180,7 +180,6 @@ EXAMPLE_DIRS = \ osgsimple\ osgsimplepager\ osgsimplifier\ - osgsimulation\ osgspacewarp\ osgspheresegment\ osgstereoimage\ @@ -202,6 +201,7 @@ ifeq ($(GDAL_INSTALLED),yes) EXAMPLE_DIRS += osgphotoalbum EXAMPLE_DIRS += osgdem EXAMPLE_DIRS += osgbluemarble + EXAMPLE_DIRS += osgsimulation endif ifeq ($(DEMETER_INSTALLED),yes)