]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/Makefile.am
Introduce "PRESERVE" flag to protect properties on sim reset.
[simgear.git] / simgear / threads / Makefile.am
index 1672b28797321c6ad7ee393b2677d2175bdfe1ea..86af31af0a0ce3e7f3e58415afb057d1ad384c7c 100644 (file)
@@ -1,5 +1,6 @@
 includedir = @includedir@/threads
 
+if HAVE_THREADS
 lib_LIBRARIES = libsgthreads.a
 
 include_HEADERS = \
@@ -11,3 +12,6 @@ libsgthreads_a_SOURCES = \
        SGThread.cxx
 
 INCLUDES = -I$(top_srcdir)
+else
+include_HEADERS = SGQueue.hxx
+endif