]> git.mxchange.org Git - flightgear.git/blob - src/Time/Makefile.am
02e4ef5d3dea47986ec2d476517c1e3e39de5cc2
[flightgear.git] / src / Time / Makefile.am
1 noinst_LIBRARIES = libTime.a
2
3 libTime_a_SOURCES = \
4         FGEventMgr.cxx FGEventMgr.hxx \
5         fg_timer.cxx fg_timer.hxx \
6         light.cxx light.hxx \
7         moonpos.cxx moonpos.hxx \
8         sunpos.cxx sunpos.hxx \
9         sunsolver.cxx sunsolver.hxx \
10         tmp.cxx tmp.hxx
11
12 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src