]> git.mxchange.org Git - flightgear.git/blob - src/Time/Makefile.am
Updates to material properties so --disable-textures now works, although
[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         light.cxx light.hxx \
8         moonpos.cxx moonpos.hxx \
9         sunpos.cxx sunpos.hxx \
10         timestamp.hxx
11
12 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator