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