]> git.mxchange.org Git - simgear.git/blob - Astro/Makefile.am
In fgCalculatePlanet() pass a pointer to a structure to be modified, rather
[simgear.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