]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing "dnsstream_utils_test_data.h" to the Makefile.am
authorArtem Boldariev <artem@boldariev.com>
Wed, 21 Dec 2022 10:37:44 +0000 (12:37 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 21 Dec 2022 12:18:04 +0000 (14:18 +0200)
This commit ensures that "dnsstream_utils_test_data.h" is referenced
by Makefile.am and, thus, is not missing from a created tarball.

tests/isc/Makefile.am

index ea4a4b82868135be6d9ae29704144f468d86a842..b0c63516360bf40260db6ee06b2098d171f13fdf 100644 (file)
@@ -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)  \