Fix the noinst_LTLIBRARIES -> check_LTLIBRARIES in libisc and libdns unit tests

This commit is contained in:
Ondřej Surý
2020-04-27 15:18:31 +02:00
parent 17a1bafc08
commit 86f322133f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = \