X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fthreads%2FMakefile.am;h=86af31af0a0ce3e7f3e58415afb057d1ad384c7c;hb=7086f2dc89d9fba66ed735e3f329853163d794e7;hp=a8e76a1de03a4745e7a3419dded98e05c592ce7f;hpb=5bab565cfe4c30d6cf08ecaba50af74d5e4f0c98;p=simgear.git diff --git a/simgear/threads/Makefile.am b/simgear/threads/Makefile.am index a8e76a1d..86af31af 100644 --- a/simgear/threads/Makefile.am +++ b/simgear/threads/Makefile.am @@ -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