From: curt Date: Fri, 12 Jun 1998 01:01:14 +0000 (+0000) Subject: Build only static libraries. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=31b3f10cc835868cacd84eeb49bc485b93dd1c06;p=simgear.git Build only static libraries. --- diff --git a/Astro/Makefile.am b/Astro/Makefile.am index 4c7a2075..0c835cee 100644 --- a/Astro/Makefile.am +++ b/Astro/Makefile.am @@ -1,7 +1,6 @@ -libdir = ${exec_prefix}/lib +noinst_LIBRARIES = libAstro.a -lib_LTLIBRARIES = libAstro.la -libAstro_la_SOURCES = \ +libAstro_a_SOURCES = \ moon.cxx moon.hxx \ orbits.cxx orbits.hxx \ planets.cxx planets.hxx \