]> git.mxchange.org Git - simgear.git/blobdiff - simgear/serial/Makefile.am
Patch from Melchior Franz:
[simgear.git] / simgear / serial / Makefile.am
index 05975bc2f8f0b9fee5c9bc1530be5a0d23f2a57a..7536cce8b65834ad9412eee43cb5e2407f7553f8 100644 (file)
@@ -14,4 +14,8 @@ testserial_LDADD = \
        $(top_builddir)/simgear/serial/libsgserial.a \
        $(top_builddir)/simgear/debug/libsgdebug.a
 
-INCLUDES += -I$(top_builddir)
+if OLD_AUTOMAKE
+INCLUDES += -I$(top_srcdir)
+else
+INCLUDES = -I$(top_srcdir)
+endif