]> git.mxchange.org Git - simgear.git/blobdiff - Astro/Makefile.am
Use new C++ events class.
[simgear.git] / Astro / Makefile.am
index 0863e4d903b40f6e160305aafba8136e3684227c..4c7a2075e99ebc63c250591222473f28f8a55c3b 100644 (file)
@@ -2,11 +2,11 @@ libdir        = ${exec_prefix}/lib
 
 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
+       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