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