]> git.mxchange.org Git - flightgear.git/blob - Time/Makefile.am
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Time / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libTime.la
4
5 libTime_la_SOURCES = \
6         event.c event.h \
7         fg_time.c fg_time.h \
8         fg_timer.c fg_timer.h \
9         sunpos.c sunpos.h
10
11 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator