From 3e81ca7da52691b9878684dac8da95608307ca6f Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 10 Mar 2003 16:58:53 +0000 Subject: [PATCH] Remove 3d clouds from the default build. These can still be built manually if desired, no code is being removed. --- simgear/scene/sky/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/sky/Makefile.am b/simgear/scene/sky/Makefile.am index ad13cbe9..c2364339 100644 --- a/simgear/scene/sky/Makefile.am +++ b/simgear/scene/sky/Makefile.am @@ -1,6 +1,6 @@ includedir = @includedir@/sky -SUBDIRS = clouds3d +# SUBDIRS = clouds3d lib_LIBRARIES = libsgsky.a -- 2.39.2