]> git.mxchange.org Git - simgear.git/blobdiff - Astro/Makefile.am
Use new C++ events class.
[simgear.git] / Astro / Makefile.am
index 294b425c0f6ccb98cfb9a3ca7f8e0de8e14c2aba..4c7a2075e99ebc63c250591222473f28f8a55c3b 100644 (file)
@@ -2,11 +2,11 @@ libdir        = ${exec_prefix}/lib
 
 lib_LTLIBRARIES = libAstro.la
 libAstro_la_SOURCES = \
-       moon.c \
-       orbits.c \
-       planets.c \
-       sky.c \
-       stars.c \
-       sun.c
+       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