]> git.mxchange.org Git - simgear.git/blob - simgear/threads/Makefile.am
Tidy up the autoconf/automake configuration a bit.
[simgear.git] / simgear / threads / Makefile.am
1 includedir = @includedir@/threads
2
3 lib_LIBRARIES = libsgthreads.a
4
5 include_HEADERS = \
6         SGGuard.hxx \
7         SGQueue.hxx \
8         SGThread.hxx
9
10 libsgthreads_a_SOURCES = \
11         SGThread.cxx
12
13 INCLUDES = -I$(top_srcdir)