[Pkg-gnupg-commit] [gnupg2] 121/205: build: Fix for: Build gpgcompose only in maintainer mode

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit f45ed07a0fffa3adbc75b9d5726108a066927599
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Apr 5 15:24:56 2016 +0200

    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 d6fbe92..c901198 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list