]> git.mxchange.org Git - simgear.git/blob - simgear/sky/Makefile.am
Updates ...
[simgear.git] / simgear / sky / Makefile.am
1 includedir = @includedir@/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
14 libsgsky_a_SOURCES = \
15         cloud.cxx \
16         dome.cxx \
17         moon.cxx \
18         oursun.cxx \
19         sky.cxx \
20         sphere.cxx \
21         stars.cxx
22
23 INCLUDES += -I$(top_builddir)