X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=1be8887076397e5f14001a9b5976e8b2103e4863;hb=5bab565cfe4c30d6cf08ecaba50af74d5e4f0c98;hp=514b9c6b9cd67a396169caac3dfaa79bf75a3b68;hpb=d0c655109fbf18d96501ca10190c2527544d24f4;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index 514b9c6b..1be88870 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -35,4 +35,8 @@ noinst_PROGRAMS = props_test props_test_SOURCES = props_test.cxx props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a +if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) $(ZLIB_INCL) +else +INCLUDES = -I$(top_srcdir) $(ZLIB_INCL) +endif