]> git.mxchange.org Git - flightgear.git/blob - Astro/Makefile.am
C++ - ifing the code a bit.
[flightgear.git] / Astro / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libAstro.la
4 libAstro_la_SOURCES = \
5         moon.cxx moon.hxx \
6         orbits.cxx orbits.hxx \
7         planets.cxx planets.hxx \
8         sky.cxx sky.hxx \
9         stars.cxx stars.hxx \
10         sun.cxx sun.hxx
11
12 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator