simgear/Astro/Makefile.am
2009-09-15 18:31:30 +02:00

12 lines
267 B
Makefile

noinst_LIBRARIES = libAstro.a
libAstro_a_SOURCES = \
moon.cxx moon.hxx \
orbits.cxx orbits.hxx \
planets.cxx planets.hxx \
sky.cxx sky.hxx \
stars.cxx stars.hxx \
sun.cxx sun.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator