]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/Makefile.am
MacOS X fix
[simgear.git] / simgear / ephemeris / Makefile.am
index 4f6c4ed7b64ac3a803d6ef89988fdca07205b4cf..c6ea748fb0ead27e526550c1558be3d0ee0c7a93 100644 (file)
@@ -4,15 +4,15 @@ lib_LIBRARIES = libsgephem.a
 
 include_HEADERS = \
        celestialBody.hxx \
-        ephemeris.hxx \
+       ephemeris.hxx \
        jupiter.hxx \
        mars.hxx \
        mercury.hxx \
-       moon.hxx \
+       moonpos.hxx \
        neptune.hxx \
        saturn.hxx \
        star.hxx \
-       stars.hxx \
+       stardata.hxx \
        uranus.hxx \
        venus.hxx
 
@@ -22,13 +22,13 @@ libsgephem_a_SOURCES = \
        jupiter.cxx \
        mars.cxx \
        mercury.cxx \
-       moon.cxx \
+       moonpos.cxx \
        neptune.cxx \
        pluto.hxx \
        saturn.cxx \
        star.cxx \
-       stars.cxx \
+       stardata.cxx \
        uranus.cxx \
        venus.cxx
 
-INCLUDES += -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)