]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/Makefile.am
Merge branch 'next' of git://gitorious.org/fg/simgear into next
[simgear.git] / simgear / threads / Makefile.am
index 16e559bf55c10ed7a645ce3ab781c871dd177b7e..86af31af0a0ce3e7f3e58415afb057d1ad384c7c 100644 (file)
@@ -1,5 +1,6 @@
 includedir = @includedir@/threads
 
+if HAVE_THREADS
 lib_LIBRARIES = libsgthreads.a
 
 include_HEADERS = \
@@ -10,4 +11,7 @@ include_HEADERS = \
 libsgthreads_a_SOURCES = \
        SGThread.cxx
 
-INCLUDES += -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)
+else
+include_HEADERS = SGQueue.hxx
+endif