]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/Makefile.am
Merge branch 'ehofman/sound'
[simgear.git] / simgear / scene / sky / Makefile.am
index 177633dc06b20aa376dfe264a58696e6265e7a0c..104ca4e129e618d3624501cbba1f914d61823226 100644 (file)
@@ -1,7 +1,5 @@
 includedir = @includedir@/scene/sky
 
-SUBDIRS = clouds3d
-
 lib_LIBRARIES = libsgsky.a
 
 include_HEADERS = \
@@ -14,7 +12,8 @@ include_HEADERS = \
        stars.hxx \
        bbcache.hxx \
        cloudfield.hxx \
-       newcloud.hxx
+       newcloud.hxx \
+       CloudShaderGeometry.hxx
 
 libsgsky_a_SOURCES = \
        cloud.cxx \
@@ -26,6 +25,7 @@ libsgsky_a_SOURCES = \
        stars.cxx \
        bbcache.cxx \
        cloudfield.cxx \
-       newcloud.cxx
+       newcloud.cxx \
+       CloudShaderGeometry.cxx
 
 INCLUDES = -I$(top_srcdir)