]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile.am
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Time / Makefile.am
index 181a7f66535e24f8c2720f6f1a9adb6f7a1b1c60..146ff1acb948d957ad922bc8688d45ddc9919dbe 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..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator