]> 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:08:37 +0000 (17:08 +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.

tests/isc/Makefile.am

index 86983d1fdfd7725241a166949f3f8e80ed5cda51..5cfd90b20d7ef750f868f44fb8207b85eb68acaf 100644 (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