From: Ondřej Surý Date: Mon, 27 Apr 2020 13:18:31 +0000 (+0200) Subject: Fix the noinst_LTLIBRARIES -> check_LTLIBRARIES in libisc and libdns unit tests X-Git-Tag: v9.17.2~121^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86f322133f0ad9c5af9d4981009e1b2a4a2cd588;p=thirdparty%2Fbind9.git Fix the noinst_LTLIBRARIES -> check_LTLIBRARIES in libisc and libdns unit tests --- diff --git a/lib/dns/tests/Makefile.am b/lib/dns/tests/Makefile.am index 1ce71637732..0d658db2518 100644 --- a/lib/dns/tests/Makefile.am +++ b/lib/dns/tests/Makefile.am @@ -13,7 +13,7 @@ LDADD += \ $(LIBISC_LIBS) \ $(LIBDNS_LIBS) -noinst_LTLIBRARIES = libdnstest.la +check_LTLIBRARIES = libdnstest.la libdnstest_la_SOURCES = dnstest.c dnstest.h check_PROGRAMS = \ diff --git a/lib/isc/tests/Makefile.am b/lib/isc/tests/Makefile.am index 554e8064531..c7ae206d78e 100644 --- a/lib/isc/tests/Makefile.am +++ b/lib/isc/tests/Makefile.am @@ -8,7 +8,7 @@ LDADD += \ libisctest.la \ $(LIBISC_LIBS) -noinst_LTLIBRARIES = libisctest.la +check_LTLIBRARIES = libisctest.la libisctest_la_SOURCES = isctest.c isctest.h check_PROGRAMS = \