From: Timo Sirainen Date: Wed, 4 Oct 2017 17:48:24 +0000 (+0300) Subject: lib-dict-backend: Build test-dict-sql even without "make check" X-Git-Tag: 2.3.0.rc1~891 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4907296246c66d85ccc3600bd150151e5e074be6;p=thirdparty%2Fdovecot%2Fcore.git lib-dict-backend: Build test-dict-sql even without "make check" There's no longer a dependency problem. --- diff --git a/src/lib-dict-backend/Makefile.am b/src/lib-dict-backend/Makefile.am index 5f7278d7d1..4a9f1cf526 100644 --- a/src/lib-dict-backend/Makefile.am +++ b/src/lib-dict-backend/Makefile.am @@ -61,10 +61,10 @@ dict-drivers-register.c: Makefile $(top_builddir)/config.h distclean-generic: rm -f Makefile dict-drivers-register.c -# test-dict-sql must be compiled after the whole core -# has been compiled, because it depends on things that -# are build after lib-dict. -check_PROGRAMS = test-dict-sql +test_programs = \ + test-dict-sql + +noinst_PROGRAMS = $(test_programs) test_libs = \ ../lib-dict/libdict.la \