]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Time / Makefile.am
index 657a74240d8cbd21fd7d34a7a895babbbcfd1e26..5db2d7b26c68429e7e8d1c42657fc39e21994934 100644 (file)
@@ -1,20 +1,8 @@
-if HAVE_DAYLIGHT
-DEFS += -DHAVE_DAYLIGHT
-endif
-
-if HAVE_TIMEZONE
-DEFS += -DHAVE_TIMEZONE
-endif
-
 noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
-       event.cxx event.hxx \
-       fg_time.cxx fg_time.hxx \
-       fg_timer.cxx fg_timer.hxx \
        light.cxx light.hxx \
-       moonpos.cxx moonpos.hxx \
-       sunpos.cxx sunpos.hxx \
-       timestamp.hxx
+       sunsolver.cxx sunsolver.hxx \
+       TimeManager.cxx TimeManager.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src