]> git.mxchange.org Git - simgear.git/blob - simgear/scene/sky/Makefile.am
Remove 3d clouds from the default build. These can still be built manually
[simgear.git] / simgear / scene / sky / Makefile.am
1 includedir = @includedir@/sky
2
3 # SUBDIRS = clouds3d
4
5 lib_LIBRARIES = libsgsky.a
6
7 include_HEADERS = \
8         cloud.hxx \
9         dome.hxx \
10         moon.hxx \
11         oursun.hxx \
12         sky.hxx \
13         sphere.hxx \
14         stars.hxx
15
16 libsgsky_a_SOURCES = \
17         cloud.cxx \
18         dome.cxx \
19         moon.cxx \
20         oursun.cxx \
21         sky.cxx \
22         sphere.cxx \
23         stars.cxx
24
25 INCLUDES = -I$(top_srcdir)