]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Alex Romosan:
[flightgear.git] / src / Time / Makefile.am
index 1e91358c31c29ff6fd14bd1600a503f4787664a4..30c9a8b394694af9b3bfec25c2c25bb864d13ccb 100644 (file)
@@ -1,19 +1,10 @@
 noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
-       event.cxx event.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
-       # fg_time.cxx fg_time.hxx \
-       # geocoord.cxx geocoord.h \
-       # lowleveltime.cxx lowleveltime.h \
-       # timezone.cxx timezone.h
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif