]> git.mxchange.org Git - flightgear.git/blob - src/Time/Makefile.am
Replaced Durk's mymath.* with plib/sg.h (contributed by Durk).
[flightgear.git] / src / Time / Makefile.am
1 noinst_LIBRARIES = libTime.a
2
3 libTime_a_SOURCES = \
4         event.cxx event.hxx \
5         fg_time.cxx fg_time.hxx \
6         fg_timer.cxx fg_timer.hxx \
7         geocoord.cxx geocoord.h \
8         light.cxx light.hxx \
9         lowleveltime.cxx lowleveltime.h \
10         timezone.cxx timezone.h \
11         moonpos.cxx moonpos.hxx \
12         sunpos.cxx sunpos.hxx \
13         timestamp.hxx
14
15 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src