Merge branch 'artem-add-missing-dnsstream-test-header-to-the-makefile-am' into 'main'

Add missing "dnsstream_utils_test_data.h" to the Makefile.am

See merge request isc-projects/bind9!7256
This commit is contained in:
Artem Boldariev 2022-12-21 12:18:36 +00:00
commit 5d92e99cfa

View 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) \