build: Build gpgcompose only in maintainer mode

* g10/Makefile.am (noinst_PROGRAMS): Add gpgcompose only in maintainer
mode.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-04-05 11:18:45 +02:00
parent 7b58a1118d
commit 4b5341dc33
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
/* gpgcompose.c - Create OpenPGP messages by hand.
/* gpgcompose.c - Maintainer tool to create OpenPGP messages by hand.
* Copyright (C) 2016 g10 Code GmbH
*
* This file is part of GnuPG.