]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/Makefile.am
Patch from Melchior Franz:
[simgear.git] / simgear / threads / Makefile.am
index 16e559bf55c10ed7a645ce3ab781c871dd177b7e..a8e76a1de03a4745e7a3419dded98e05c592ce7f 100644 (file)
@@ -10,4 +10,8 @@ include_HEADERS = \
 libsgthreads_a_SOURCES = \
        SGThread.cxx
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir)
+else
+INCLUDES = -I$(top_srcdir)
+endif