]> git.mxchange.org Git - simgear.git/blob - simgear/scene/sky/Makefile.am
Merge branch 'fred/precip'
[simgear.git] / simgear / scene / sky / Makefile.am
1 includedir = @includedir@/scene/sky
2
3 lib_LIBRARIES = libsgsky.a
4
5 include_HEADERS = \
6         cloud.hxx \
7         dome.hxx \
8         moon.hxx \
9         oursun.hxx \
10         sky.hxx \
11         sphere.hxx \
12         stars.hxx \
13         bbcache.hxx \
14         cloudfield.hxx \
15         newcloud.hxx \
16         CloudShaderGeometry.hxx
17
18 libsgsky_a_SOURCES = \
19         cloud.cxx \
20         dome.cxx \
21         moon.cxx \
22         oursun.cxx \
23         sky.cxx \
24         sphere.cxx \
25         stars.cxx \
26         bbcache.cxx \
27         cloudfield.cxx \
28         newcloud.cxx \
29         CloudShaderGeometry.cxx
30
31 INCLUDES = -I$(top_srcdir)