mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-23 21:59:57 +01:00
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:
parent
7b58a1118d
commit
4b5341dc33
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user