]> git.mxchange.org Git - flightgear.git/blob - Time/Makefile.am
fee9f8caa0758d2ba3f26243c892eee579ac9a88
[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..