]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Alex Romosan:
[flightgear.git] / src / Time / Makefile.am
index 55ae1362ad3c5ae8bd74f229534eb0a7d7e7484d..30c9a8b394694af9b3bfec25c2c25bb864d13ccb 100644 (file)
@@ -1,15 +1,10 @@
 noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
-       FGEventMgr.cxx FGEventMgr.hxx \
        fg_timer.cxx fg_timer.hxx \
        light.cxx light.hxx \
-       moonpos.cxx moonpos.hxx \
        sunpos.cxx sunpos.hxx \
+       sunsolver.cxx sunsolver.hxx \
        tmp.cxx tmp.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif