X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=simgear%2Fsky%2FMakefile.am;h=7264dd2ee86b5a340774d28a6a4845535399bcac;hb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;hp=d71c6201cbe12dc15ab9217bb5b3f8ffcec5743f;hpb=427f309aeab8afc80c3ced99ea03233033a1ea9e;p=simgear.git diff --git a/simgear/sky/Makefile.am b/simgear/sky/Makefile.am index d71c6201..7264dd2e 100644 --- a/simgear/sky/Makefile.am +++ b/simgear/sky/Makefile.am @@ -1,11 +1,23 @@ -noinst_LIBRARIES = libSky.a +includedir = @includedir@/sky -libSky_a_SOURCES = \ - dome.cxx dome.hxx \ - moon.cxx moon.hxx \ - oursun.cxx oursun.hxx \ - sky.cxx sky.hxx \ - sphere.cxx sphere.hxx \ - stars.cxx stars.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)