mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:10:01 -04:00
Merge branch '2327-error-uv_wrap-h-no-such-file-or-directory-on-unit-gcc-tarball-ci-job' into 'main'
Add uv_wrap.h to libisctest_la_SOURCES Closes #2327 See merge request isc-projects/bind9!4451
This commit is contained in:
commit
d7f2db0e91
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ check_LTLIBRARIES = libisctest.la
|
|||
libisctest_la_SOURCES = \
|
||||
../unix/socket_p.h \
|
||||
isctest.c \
|
||||
isctest.h
|
||||
isctest.h \
|
||||
uv_wrap.h
|
||||
|
||||
check_PROGRAMS = \
|
||||
aes_test \
|
||||
|
|
|
|||
Loading…
Reference in a new issue