From: Ondřej Surý Date: Wed, 1 Jun 2022 06:47:00 +0000 (+0200) Subject: Add tests/isc/uv_wrap.h to Makefile.am X-Git-Tag: v9.19.2~6^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dec845017bff9e340f88db95bd2c990b25a3c3c1;p=thirdparty%2Fbind9.git 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. --- diff --git a/tests/isc/Makefile.am b/tests/isc/Makefile.am index 86983d1fdfd..5cfd90b20d7 100644 --- a/tests/isc/Makefile.am +++ b/tests/isc/Makefile.am @@ -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