From f45ed07a0fffa3adbc75b9d5726108a066927599 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 5 Apr 2016 15:24:56 +0200 Subject: [PATCH] build: Fix for: Build gpgcompose only in maintainer mode * g10/Makefile.am (noinst_PROGRAMS): Always add module_tests. -- Fixes-commit: 4b5341d --- g10/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/g10/Makefile.am b/g10/Makefile.am index d6fbe920b..c901198e2 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -50,8 +50,9 @@ if !HAVE_W32CE_SYSTEM noinst_PROGRAMS += gpgv endif if MAINTAINER_MODE -noinst_PROGRAMS += gpgcompose $(module_tests) +noinst_PROGRAMS += gpgcompose endif +noinst_PROGRAMS += $(module_tests) TESTS = $(module_tests) if ENABLE_BZIP2_SUPPORT