]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/Makefile.am
Build only static libraries.
[flightgear.git] / Astro / Makefile.am
index 0863e4d903b40f6e160305aafba8136e3684227c..0c835ceeb0624367bf3898bd05b5d385808b9323 100644 (file)
@@ -1,12 +1,11 @@
-libdir = ${exec_prefix}/lib
+noinst_LIBRARIES = libAstro.a
 
-lib_LTLIBRARIES = libAstro.la
-libAstro_la_SOURCES = \
-       moon.c moon.h \
-       orbits.c orbits.h \
-       planets.c planets.h \
-       sky.c sky.h \
-       stars.c stars.h \
-       sun.c sun.h
+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..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator