X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2FMakefile.am;h=c6ea748fb0ead27e526550c1558be3d0ee0c7a93;hb=aefe9bc11682f39b3936b9f01a0d37e9d6428078;hp=3c67a015bade718b6940dc1192d3357dfc623d81;hpb=a8db14196ace7a27aa09cda0b4f428ec40103202;p=simgear.git diff --git a/simgear/ephemeris/Makefile.am b/simgear/ephemeris/Makefile.am index 3c67a015..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 \ - ephemeris.cxx ephemeris.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 \ - 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)/src +INCLUDES = -I$(top_srcdir)