X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2FMakefile.am;h=c6ea748fb0ead27e526550c1558be3d0ee0c7a93;hb=aefe9bc11682f39b3936b9f01a0d37e9d6428078;hp=4f6c4ed7b64ac3a803d6ef89988fdca07205b4cf;hpb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;p=simgear.git diff --git a/simgear/ephemeris/Makefile.am b/simgear/ephemeris/Makefile.am index 4f6c4ed7..c6ea748f 100644 --- a/simgear/ephemeris/Makefile.am +++ b/simgear/ephemeris/Makefile.am @@ -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)