]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/Makefile.am
Added gdbm to SimGear. Many systems will already have gdbm installed so
[simgear.git] / simgear / ephemeris / Makefile.am
index efca10b87c67208be73b4766b4b7a084bbb26937..b10bf21ce70152a53efbefdfdbbe9c6a2cadc0fe 100644 (file)
@@ -1,7 +1,8 @@
-noinst_LIBRARIES = libAstro.a
+noinst_LIBRARIES = libEphemeris.a
 
-libAstro_a_SOURCES = \
+libEphemeris_a_SOURCES = \
        celestialBody.cxx celestialBody.hxx \
+       ephemeris.cxx ephemeris.hxx \
        jupiter.cxx jupiter.hxx \
        mars.cxx mars.hxx \
        mercury.cxx mercury.hxx \
@@ -9,8 +10,6 @@ libAstro_a_SOURCES = \
        neptune.cxx neptune.hxx \
        pluto.hxx \
        saturn.cxx saturn.hxx \
-       skydome.cxx skydome.hxx \
-       solarsystem.cxx solarsystem.hxx \
        star.cxx star.hxx \
        stars.cxx stars.hxx \
        uranus.cxx uranus.hxx \