]> git.mxchange.org Git - simgear.git/blob - simgear/timing/Makefile.am
f2521b17be73cec3a4afe71972ee917f00acae0f
[simgear.git] / simgear / timing / Makefile.am
1 includedir = @includedir@/timing
2
3 lib_LIBRARIES = libsgtiming.a
4
5 include_HEADERS = \
6         geocoord.h \
7         sg_time.hxx \
8         timezone.h
9
10 libsgtiming_a_SOURCES = \
11         geocoord.cxx \
12         lowleveltime.cxx lowleveltime.h \
13         sg_time.cxx \
14         timezone.cxx \
15         # event.cxx event.hxx \
16         # fg_timer.cxx fg_timer.hxx \
17         # light.cxx light.hxx \
18         # moonpos.cxx moonpos.hxx \
19         # sunpos.cxx sunpos.hxx \
20         # timestamp.hxx
21
22 INCLUDES += -I$(top_builddir)