]> 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:45:34 +0000 (17:45 +0200)
commitc4fd0c3e4b096122ff8a3ee854c42ca1884de5e0
tree79c3521e3f53379d47591802382247a432b21c7f
parent36184beb10ee79fe3725e5d305fad9e8c4cc0128
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.

(cherry picked from commit 714fe2f6173f57cdb45449e8816facf8ea8f868d)
tests/libtest/Makefile.am