]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/Makefile.am
Tweaks to Gnu automake/autoconf system.
[flightgear.git] / Astro / Makefile.am
index 294b425c0f6ccb98cfb9a3ca7f8e0de8e14c2aba..0863e4d903b40f6e160305aafba8136e3684227c 100644 (file)
@@ -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..