X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsky%2FMakefile.am;h=7264dd2ee86b5a340774d28a6a4845535399bcac;hb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;hp=fe5d1b12c555b407c43e64e6884b03f79f3c2364;hpb=17e055a00ebc5811c8735ff465251784b02e99e2;p=simgear.git diff --git a/simgear/sky/Makefile.am b/simgear/sky/Makefile.am index fe5d1b12..7264dd2e 100644 --- a/simgear/sky/Makefile.am +++ b/simgear/sky/Makefile.am @@ -1,9 +1,23 @@ -noinst_LIBRARIES = libSky.a +includedir = @includedir@/sky -libSky_a_SOURCES = \ - skydome.cxx skydome.hxx \ - skymoon.cxx skymoon.hxx \ - skysun.cxx skysun.hxx \ - sphere.cxx sphere.hxx +lib_LIBRARIES = libsgsky.a -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +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)