]> git.mxchange.org Git - flightgear.git/blob - src/Time/Makefile.am
Added FGScript.{cpp,h}
[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         tmp.cxx tmp.hxx
10         # fg_time.cxx fg_time.hxx \
11         # geocoord.cxx geocoord.h \
12         # lowleveltime.cxx lowleveltime.h \
13         # timezone.cxx timezone.h
14
15 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src