X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsky%2FMakefile.am;h=7264dd2ee86b5a340774d28a6a4845535399bcac;hb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;hp=1b809b9147a74549a5a98f2c2cedd378c717afb8;hpb=c2b84db5a20e3876a49367486fcd9ac7d3dcbe94;p=simgear.git diff --git a/simgear/sky/Makefile.am b/simgear/sky/Makefile.am index 1b809b91..7264dd2e 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_srcdir)