From: Timo Sirainen Date: Tue, 31 May 2016 23:01:10 +0000 (+0300) Subject: lib-dcrypt: Fixed check program dependencies X-Git-Tag: 2.3.0.rc1~3606 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b90dc2ae3d65976f73924deee174d22de6d0e2e4;p=thirdparty%2Fdovecot%2Fcore.git lib-dcrypt: Fixed check program dependencies --- diff --git a/src/lib-dcrypt/Makefile.am b/src/lib-dcrypt/Makefile.am index 5f24f3ea51..42fe80848a 100644 --- a/src/lib-dcrypt/Makefile.am +++ b/src/lib-dcrypt/Makefile.am @@ -36,7 +36,7 @@ EXTRA_DIST = \ sample-v1.asc \ sample-v2.asc -check_PROGRAMS = test-crypto test-stream +noinst_PROGRAMS = test-crypto test-stream check: check-am check-test