]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/Makefile.am
Improved tile cache priority scheme.
[simgear.git] / simgear / scene / sky / Makefile.am
index 929689ee3665f87c3258a254dc7b4d478c2fcbd8..440cfb4b961a8fad9b210b3c0f06aab747e52d6f 100644 (file)
@@ -1,7 +1,4 @@
-includedir = @includedir@/sky
-
-SUBDIRS = sunsky
-# SUBDIRS += clouds3d
+includedir = @includedir@/scene/sky
 
 lib_LIBRARIES = libsgsky.a
 
@@ -12,7 +9,10 @@ include_HEADERS = \
        oursun.hxx \
        sky.hxx \
        sphere.hxx \
-       stars.hxx
+       stars.hxx \
+       cloudfield.hxx \
+       newcloud.hxx \
+       CloudShaderGeometry.hxx
 
 libsgsky_a_SOURCES = \
        cloud.cxx \
@@ -21,6 +21,9 @@ libsgsky_a_SOURCES = \
        oursun.cxx \
        sky.cxx \
        sphere.cxx \
-       stars.cxx
+       stars.cxx \
+       cloudfield.cxx \
+       newcloud.cxx \
+       CloudShaderGeometry.cxx
 
 INCLUDES = -I$(top_srcdir)