]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tsync/Makefile.am
hla: Provide a directly property based api for property data element.
[simgear.git] / simgear / scene / tsync / Makefile.am
1 includedir = @includedir@/scene/tsync
2
3 AM_CPPFLAGS = $(svn_CPPFLAGS)
4
5 lib_LIBRARIES = libsgtsync.a
6
7 noinst_HEADERS =
8
9 include_HEADERS = \
10         terrasync.hxx
11
12 libsgtsync_a_SOURCES = \
13         terrasync.cxx
14
15 INCLUDES = -I$(top_srcdir)