]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/Makefile.am
brehmt:
[simgear.git] / simgear / threads / Makefile.am
index a8e76a1de03a4745e7a3419dded98e05c592ce7f..86af31af0a0ce3e7f3e58415afb057d1ad384c7c 100644 (file)
@@ -1,5 +1,6 @@
 includedir = @includedir@/threads
 
+if HAVE_THREADS
 lib_LIBRARIES = libsgthreads.a
 
 include_HEADERS = \
@@ -10,8 +11,7 @@ include_HEADERS = \
 libsgthreads_a_SOURCES = \
        SGThread.cxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir)
-else
 INCLUDES = -I$(top_srcdir)
+else
+include_HEADERS = SGQueue.hxx
 endif