From: Artem Boldariev Date: Wed, 21 Dec 2022 10:37:44 +0000 (+0200) Subject: Add missing "dnsstream_utils_test_data.h" to the Makefile.am X-Git-Tag: v9.19.9~65^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a4861aff6e285d8d21edcf874d8fb7fad17a48a;p=thirdparty%2Fbind9.git Add missing "dnsstream_utils_test_data.h" to the Makefile.am This commit ensures that "dnsstream_utils_test_data.h" is referenced by Makefile.am and, thus, is not missing from a created tarball. --- diff --git a/tests/isc/Makefile.am b/tests/isc/Makefile.am index ea4a4b82868..b0c63516360 100644 --- a/tests/isc/Makefile.am +++ b/tests/isc/Makefile.am @@ -78,7 +78,8 @@ dnsstream_utils_test_LDADD = \ $(LDADD) dnsstream_utils_test_SOURCES = \ - dnsstream_utils_test.c + dnsstream_utils_test.c \ + dnsstream_utils_test_data.h hmac_test_CPPFLAGS = \ $(AM_CPPFLAGS) \