1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

build: Fix for: Build gpgcompose only in maintainer mode

* g10/Makefile.am (noinst_PROGRAMS): Always add module_tests.
--

Fixes-commit: 4b5341d
This commit is contained in:
Werner Koch 2016-04-05 15:24:56 +02:00
parent 4dc4fb1c14
commit f45ed07a0f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

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