]> git.mxchange.org Git - simgear.git/blob - simgear/threads/Makefile.am
53078d2809524554a008b2be939d7f94c3732a14
[simgear.git] / simgear / threads / Makefile.am
1 includedir = @includedir@/threads
2
3 lib_LIBRARIES = libsgthreads.a
4
5 include_HEADERS = \
6         SGThread.hxx
7
8 libsgthreads_a_SOURCES = \
9         SGThread.cxx
10
11 INCLUDES += -I$(top_srcdir)