Add tests/isc/uv_wrap.h to Makefile.am

The automake was missing reference to uv_wrap.h, so it was not added to
the distribution.  Add uv_wrap.h to SOURCES for both doh and netmgr unit
tests.
This commit is contained in:
Ondřej Surý
2022-06-01 08:47:00 +02:00
parent 24d420f20b
commit dec845017b

View File

@@ -52,6 +52,11 @@ doh_test_CPPFLAGS = \
doh_test_LDADD = \
$(LDADD) \
$(LIBNGHTTP2_LIBS)
doh_test_SOURCES = \
doh_test.c \
uv_wrap.h
endif HAVE_LIBNGHTTP2
hmac_test_CPPFLAGS = \
@@ -78,6 +83,10 @@ netmgr_test_LDADD = \
$(LDADD) \
$(OPENSSL_LIBS)
netmgr_test_SOURCES = \
netmgr_test.c \
uv_wrap.h
random_test_LDADD = \
$(LDADD) \
-lm