]> git.mxchange.org Git - simgear.git/blob - simgear/scene/sky/Makefile.am
Merge branch 'next' of git.gitorious.org:fg/simgear into next
[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         cloudfield.hxx \
14         newcloud.hxx \
15         CloudShaderGeometry.hxx
16
17 libsgsky_a_SOURCES = \
18         cloud.cxx \
19         dome.cxx \
20         moon.cxx \
21         oursun.cxx \
22         sky.cxx \
23         sphere.cxx \
24         stars.cxx \
25         cloudfield.cxx \
26         newcloud.cxx \
27         CloudShaderGeometry.cxx
28
29 INCLUDES = -I$(top_srcdir)