]> git.mxchange.org Git - flightgear.git/blob - src/Time/Makefile.am
73ab68e0fd188f9419199bc7e32a32421fbd3521
[flightgear.git] / src / Time / Makefile.am
1 noinst_LIBRARIES = libTime.a
2
3 libTime_a_SOURCES = \
4         event.cxx event.hxx \
5         fg_timer.cxx fg_timer.hxx \
6         light.cxx light.hxx \
7         moonpos.cxx moonpos.hxx \
8         sunpos.cxx sunpos.hxx \
9         timestamp.hxx \
10         tmp.cxx tmp.hxx
11         # fg_time.cxx fg_time.hxx \
12         # geocoord.cxx geocoord.h \
13         # lowleveltime.cxx lowleveltime.h \
14         # timezone.cxx timezone.h
15
16 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src