]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Time / Makefile.am
index 9a0be35ec8f5152dbe18d606558ca54e44645146..41180d3a7490e4de94ca92227280588a277f010d 100644 (file)
@@ -1,11 +1,11 @@
 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
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src