]> git.mxchange.org Git - simgear.git/commitdiff
Build only static libraries.
authorcurt <curt>
Fri, 12 Jun 1998 01:01:14 +0000 (01:01 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:30 +0000 (18:31 +0200)
Astro/Makefile.am

index 4c7a2075e99ebc63c250591222473f28f8a55c3b..0c835ceeb0624367bf3898bd05b5d385808b9323 100644 (file)
@@ -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 \
        moon.cxx moon.hxx \
        orbits.cxx orbits.hxx \
        planets.cxx planets.hxx \