]> 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 cf008a448d895a215b28c41fd8d7a415b23bfc29..9a0be35ec8f5152dbe18d606558ca54e44645146 100644 (file)
@@ -1,15 +1,11 @@
 noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
-       event.cxx event.hxx \
+       FGEventMgr.cxx FGEventMgr.hxx \
        fg_timer.cxx fg_timer.hxx \
        light.cxx light.hxx \
        moonpos.cxx moonpos.hxx \
        sunpos.cxx sunpos.hxx \
        tmp.cxx tmp.hxx
-       # fg_time.cxx fg_time.hxx \
-       # geocoord.cxx geocoord.h \
-       # lowleveltime.cxx lowleveltime.h \
-       # timezone.cxx timezone.h
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src