]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Make the sky colour brighter, change the fog colour accordingly and add support for...
[flightgear.git] / src / Time / Makefile.am
index 56443e6ba4f3696b041b2d789cbb3181a4740753..9a0be35ec8f5152dbe18d606558ca54e44645146 100644 (file)
@@ -1,16 +1,11 @@
 noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
-       event.cxx event.hxx \
-       fg_time.cxx fg_time.hxx \
+       FGEventMgr.cxx FGEventMgr.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
+       tmp.cxx tmp.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src