]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't list libtest.la headers in HEADERS variable
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 07:02:10 +0000 (09:02 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 15:08:37 +0000 (17:08 +0200)
commit714fe2f6173f57cdb45449e8816facf8ea8f868d
tree32b56acd8c4a93991f06ae95ec69cdbf0f405b42
parent90f0a765d86c022a9aaf7e54bea2c39435da6da6
Don't list libtest.la headers in HEADERS variable

The libtest.la headers were installed in very weird place, in fact, we
don't need to list them in the HEADERS variable, listing them in SOURCES
is enough for autotools to figure out how to compile the convenience
library.
tests/libtest/Makefile.am