]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile.am
Tweaks to Gnu automake/autoconf system.
[flightgear.git] / Time / Makefile.am
index 181a7f66535e24f8c2720f6f1a9adb6f7a1b1c60..fee9f8caa0758d2ba3f26243c892eee579ac9a88 100644 (file)
@@ -1,10 +1,11 @@
 libdir = ${exec_prefix}/lib
 
 lib_LTLIBRARIES = libTime.la
+
 libTime_la_SOURCES = \
-       event.c \
-       fg_time.c \
-       fg_timer.c \
-       sunpos.c
+       event.c event.h \
+       fg_time.c fg_time.h \
+       fg_timer.c fg_timer.h \
+       sunpos.c sunpos.h
 
 INCLUDES += -I..