X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2FMakefile.am;h=0863e4d903b40f6e160305aafba8136e3684227c;hb=8c3b74b7751b7d505e72c82d02158a3643d272a5;hp=294b425c0f6ccb98cfb9a3ca7f8e0de8e14c2aba;hpb=e84ad0511b5049a0b629bcf488d01ff043dc4f69;p=flightgear.git diff --git a/Astro/Makefile.am b/Astro/Makefile.am index 294b425c0..0863e4d90 100644 --- a/Astro/Makefile.am +++ b/Astro/Makefile.am @@ -2,11 +2,11 @@ libdir = ${exec_prefix}/lib lib_LTLIBRARIES = libAstro.la libAstro_la_SOURCES = \ - moon.c \ - orbits.c \ - planets.c \ - sky.c \ - stars.c \ - sun.c + moon.c moon.h \ + orbits.c orbits.h \ + planets.c planets.h \ + sky.c sky.h \ + stars.c stars.h \ + sun.c sun.h INCLUDES += -I..