From a29cbc1112a27bdfcb789b1a273c3bcff487da7c Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 3 Jul 2000 21:42:56 +0000 Subject: [PATCH] Updates ... --- simgear/sky/Makefile.am | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/simgear/sky/Makefile.am b/simgear/sky/Makefile.am index 1b809b91..fed48733 100644 --- a/simgear/sky/Makefile.am +++ b/simgear/sky/Makefile.am @@ -1,12 +1,23 @@ -noinst_LIBRARIES = libSky.a - -libSky_a_SOURCES = \ - cloud.cxx cloud.hxx \ - dome.cxx dome.hxx \ - moon.cxx moon.hxx \ - oursun.cxx oursun.hxx \ - sky.cxx sky.hxx \ - sphere.cxx sphere.hxx \ - stars.cxx stars.hxx - -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +includedir = @includedir@/sky + +lib_LIBRARIES = libsgsky.a + +include_HEADERS = \ + cloud.hxx \ + dome.hxx \ + moon.hxx \ + oursun.hxx \ + sky.hxx \ + sphere.hxx \ + stars.hxx + +libsgsky_a_SOURCES = \ + cloud.cxx \ + dome.cxx \ + moon.cxx \ + oursun.cxx \ + sky.cxx \ + sphere.cxx \ + stars.cxx + +INCLUDES += -I$(top_builddir) -- 2.39.5