From: ehofman Date: Mon, 4 Aug 2003 17:29:30 +0000 (+0000) Subject: Put clouds3d back in the build proces after (hopefully) fixing all the build problems X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea2f5f00357072f5e8171795d7dd914428c63fb1;p=simgear.git Put clouds3d back in the build proces after (hopefully) fixing all the build problems --- 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