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