diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 1b52e641d..d6fbe920b 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -49,7 +49,9 @@ noinst_PROGRAMS = gpg if !HAVE_W32CE_SYSTEM noinst_PROGRAMS += gpgv endif +if MAINTAINER_MODE noinst_PROGRAMS += gpgcompose $(module_tests) +endif TESTS = $(module_tests) if ENABLE_BZIP2_SUPPORT |