]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/Makefile.am
Updates to cloud code to add different basic cloud types. This isn't the
[simgear.git] / simgear / sky / Makefile.am
index 405e5068ab7826627ab23df714ac649fab6b31d3..1b809b9147a74549a5a98f2c2cedd378c717afb8 100644 (file)
@@ -1,8 +1,12 @@
 noinst_LIBRARIES = libSky.a
 
 libSky_a_SOURCES = \
-       skydome.cxx skydome.hxx \
-       skysun.cxx skysun.hxx \
-       sphere.cxx sphere.hxx
+       cloud.cxx cloud.hxx \
+       dome.cxx dome.hxx \
+       moon.cxx moon.hxx \
+       oursun.cxx oursun.hxx \
+       sky.cxx sky.hxx \
+       sphere.cxx sphere.hxx \
+       stars.cxx stars.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src