]> git.mxchange.org Git - simgear.git/blob - simgear/sky/Makefile.am
Moving cloud functionality to sky section.
[simgear.git] / simgear / sky / Makefile.am
1 noinst_LIBRARIES = libSky.a
2
3 libSky_a_SOURCES = \
4         cloud.cxx cloud.hxx \
5         dome.cxx dome.hxx \
6         moon.cxx moon.hxx \
7         oursun.cxx oursun.hxx \
8         sky.cxx sky.hxx \
9         sphere.cxx sphere.hxx \
10         stars.cxx stars.hxx
11
12 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src