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.
(cherry picked from commit
dec845017bff9e340f88db95bd2c990b25a3c3c1)
doh_test_LDADD = \
$(LDADD) \
$(LIBNGHTTP2_LIBS)
+
+doh_test_SOURCES = \
+ doh_test.c \
+ uv_wrap.h
+
endif HAVE_LIBNGHTTP2
hmac_test_CPPFLAGS = \
$(LDADD) \
$(OPENSSL_LIBS)
+netmgr_test_SOURCES = \
+ netmgr_test.c \
+ uv_wrap.h
+
random_test_LDADD = \
$(LDADD) \
-lm