]> git.mxchange.org Git - simgear.git/blob - simgear/threads/Makefile.am
Expanded doxygen comments and added the SGThread::set_cancel() function.
[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)