From ea2f5f00357072f5e8171795d7dd914428c63fb1 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 4 Aug 2003 17:29:30 +0000 Subject: [PATCH] Put clouds3d back in the build proces after (hopefully) fixing all the build problems --- configure.ac | 1 + simgear/scene/sky/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7c8408ee..80ee682a 100644 --- a/configure.ac +++ b/configure.ac @@ -425,6 +425,7 @@ AC_CONFIG_FILES([ \ simgear/scene/material/Makefile \ simgear/scene/model/Makefile \ simgear/scene/sky/Makefile \ + simgear/scene/sky/clouds3d/Makefile \ simgear/scene/tgdb/Makefile \ simgear/screen/Makefile \ simgear/serial/Makefile \ diff --git a/simgear/scene/sky/Makefile.am b/simgear/scene/sky/Makefile.am index 9ff4cf7e..efc38b9a 100644 --- a/simgear/scene/sky/Makefile.am +++ b/simgear/scene/sky/Makefile.am @@ -1,6 +1,6 @@ includedir = @includedir@/scene/sky -# SUBDIRS = clouds3d +SUBDIRS = clouds3d lib_LIBRARIES = libsgsky.a -- 2.39.5