]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move the include Makefile.tests to the bottom of Makefile.am(s)
authorOndřej Surý <ondrej@sury.org>
Wed, 21 Apr 2021 12:22:18 +0000 (14:22 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 24 Jun 2021 13:33:52 +0000 (15:33 +0200)
commite59a359929e341cce13673ba4e72054893a6ca7d
tree3f8002a236c8721e48f5606dec0742e1ceedff99
parent5c82f7c71b9b747411a0cf34687d1d2534a4403c
Move the include Makefile.tests to the bottom of Makefile.am(s)

The Makefile.tests was modifying global AM_CFLAGS and LDADD and could
accidentally pull /usr/include to be listed before the internal
libraries, which is known to cause problems if the headers from the
previous version of BIND 9 has been installed on the build machine.
17 files changed:
Makefile.tests
Makefile.top
bin/check/Makefile.am
bin/confgen/Makefile.am
bin/dig/Makefile.am
bin/dnssec/Makefile.am
bin/nsupdate/Makefile.am
bin/pkcs11/Makefile.am
bin/tests/system/Makefile.am
bin/tools/Makefile.am
fuzz/Makefile.am
lib/dns/tests/Makefile.am
lib/irs/tests/Makefile.am
lib/isc/tests/Makefile.am
lib/isccc/tests/Makefile.am
lib/isccfg/tests/Makefile.am
lib/ns/tests/Makefile.am