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:
Michal Nowak 2020-12-02 15:09:45 +00:00
commit d7f2db0e91

View file

@ -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 \