]> git.mxchange.org Git - flightgear.git/blob - Astro/Makefile.am
Build only static libraries.
[flightgear.git] / Astro / Makefile.am
1 noinst_LIBRARIES = libAstro.a
2
3 libAstro_a_SOURCES = \
4         moon.cxx moon.hxx \
5         orbits.cxx orbits.hxx \
6         planets.cxx planets.hxx \
7         sky.cxx sky.hxx \
8         stars.cxx stars.hxx \
9         sun.cxx sun.hxx
10
11 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator