]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/Makefile.am
Merge branch 'ehofman/sound'
[simgear.git] / simgear / scene / sky / Makefile.am
index 929689ee3665f87c3258a254dc7b4d478c2fcbd8..104ca4e129e618d3624501cbba1f914d61823226 100644 (file)
@@ -1,7 +1,4 @@
-includedir = @includedir@/sky
-
-SUBDIRS = sunsky
-# SUBDIRS += clouds3d
+includedir = @includedir@/scene/sky
 
 lib_LIBRARIES = libsgsky.a
 
@@ -12,7 +9,11 @@ include_HEADERS = \
        oursun.hxx \
        sky.hxx \
        sphere.hxx \
-       stars.hxx
+       stars.hxx \
+       bbcache.hxx \
+       cloudfield.hxx \
+       newcloud.hxx \
+       CloudShaderGeometry.hxx
 
 libsgsky_a_SOURCES = \
        cloud.cxx \
@@ -21,6 +22,10 @@ libsgsky_a_SOURCES = \
        oursun.cxx \
        sky.cxx \
        sphere.cxx \
-       stars.cxx
+       stars.cxx \
+       bbcache.cxx \
+       cloudfield.cxx \
+       newcloud.cxx \
+       CloudShaderGeometry.cxx
 
 INCLUDES = -I$(top_srcdir)