]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add tests/isc/uv_wrap.h to Makefile.am
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 06:47:00 +0000 (08:47 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 15:45:34 +0000 (17:45 +0200)
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)

tests/isc/Makefile.am

index 4cb7e8a784145e2da5acb9c1103cf4257c30c9f7..488ba5015c4a485a698c06fefed463b2c50c919a 100644 (file)
@@ -54,6 +54,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 =   \
@@ -80,6 +85,10 @@ netmgr_test_LDADD =  \
        $(LDADD)        \
        $(OPENSSL_LIBS)
 
+netmgr_test_SOURCES =  \
+       netmgr_test.c   \
+       uv_wrap.h
+
 random_test_LDADD =    \
        $(LDADD)        \
        -lm