From 31b3f10cc835868cacd84eeb49bc485b93dd1c06 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 12 Jun 1998 01:01:14 +0000 Subject: [PATCH] Build only static libraries. --- Astro/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 \ -- 2.39.2