aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-04-05 13:24:56 +0000
committerWerner Koch <[email protected]>2016-04-05 13:24:56 +0000
commitf45ed07a0fffa3adbc75b9d5726108a066927599 (patch)
tree33b0a4bff00f17e4e41ea671891d61c8073758ae
parentdoc: Install gpg and gpgv man pages under the correct name. (diff)
downloadgnupg-f45ed07a0fffa3adbc75b9d5726108a066927599.tar.gz
gnupg-f45ed07a0fffa3adbc75b9d5726108a066927599.zip
build: Fix for: Build gpgcompose only in maintainer mode
* g10/Makefile.am (noinst_PROGRAMS): Always add module_tests. -- Fixes-commit: 4b5341d
-rw-r--r--g10/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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