mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:00:00 -04:00
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:
commit
5d92e99cfa
1 changed files with 2 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue