]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Alex Romosan:
[flightgear.git] / src / Time / Makefile.am
index d278925737bd874167a1b3e8e658a18adccf76dd..30c9a8b394694af9b3bfec25c2c25bb864d13ccb 100644 (file)
@@ -1,16 +1,10 @@
 noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
-       event.cxx event.hxx \
-       fg_time.cxx fg_time.hxx \
        fg_timer.cxx fg_timer.hxx \
-       geocoord.cxx geocoord.h \
        light.cxx light.hxx \
-       lowleveltime.cxx lowleveltime.h \
-       timezone.cxx timezone.h \
-       moonpos.cxx moonpos.hxx \
-       mymath.cxx mymath.h \
        sunpos.cxx sunpos.hxx \
-       timestamp.hxx
+       sunsolver.cxx sunsolver.hxx \
+       tmp.cxx tmp.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src