X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2FMakefile.am;h=c6ea748fb0ead27e526550c1558be3d0ee0c7a93;hb=aefe9bc11682f39b3936b9f01a0d37e9d6428078;hp=3d3af9f390035a741fe6c9590c287e05308126ac;hpb=29e3a4e231b38cb4ce8a7a817a2fe993e5442b48;p=simgear.git diff --git a/simgear/ephemeris/Makefile.am b/simgear/ephemeris/Makefile.am index 3d3af9f3..c6ea748f 100644 --- a/simgear/ephemeris/Makefile.am +++ b/simgear/ephemeris/Makefile.am @@ -1,19 +1,34 @@ -noinst_LIBRARIES = libAstro.a +includedir = @includedir@/ephemeris -libAstro_a_SOURCES = \ - celestialBody.cxx celestialBody.hxx \ - jupiter.cxx jupiter.hxx \ - mars.cxx mars.hxx \ - mercury.cxx mercury.hxx \ - moon.cxx moon.hxx \ - neptune.cxx neptune.hxx \ +lib_LIBRARIES = libsgephem.a + +include_HEADERS = \ + celestialBody.hxx \ + ephemeris.hxx \ + jupiter.hxx \ + mars.hxx \ + mercury.hxx \ + moonpos.hxx \ + neptune.hxx \ + saturn.hxx \ + star.hxx \ + stardata.hxx \ + uranus.hxx \ + venus.hxx + +libsgephem_a_SOURCES = \ + celestialBody.cxx \ + ephemeris.cxx \ + jupiter.cxx \ + mars.cxx \ + mercury.cxx \ + moonpos.cxx \ + neptune.cxx \ pluto.hxx \ - saturn.cxx saturn.hxx \ - sky.cxx sky.hxx \ - solarsystem.cxx solarsystem.hxx \ - star.cxx star.hxx \ - stars.cxx stars.hxx \ - uranus.cxx uranus.hxx \ - venus.cxx venus.hxx + saturn.cxx \ + star.cxx \ + stardata.cxx \ + uranus.cxx \ + venus.cxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator +INCLUDES = -I$(top_srcdir)