diff options
author | Werner Koch <wk@gnupg.org> | 2015-10-21 10:34:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-10-21 10:34:41 +0200 |
commit | 485e0a221deb5c68f29b6a7a110b349dbe41c027 (patch) | |
tree | 5bb632af19fea00ebf3256b69ffcce0669aa1304 /Makefile.am | |
parent | dirmngr: Rename file dns-cert.c. (diff) | |
download | gnupg2-485e0a221deb5c68f29b6a7a110b349dbe41c027.tar.xz gnupg2-485e0a221deb5c68f29b6a7a110b349dbe41c027.zip |
build: Make --disable-g13 the default.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-g13. Remove
--enable-gpgtar because that is enabled anyway.
* configure.ac: Do not build g13 by default.
--
The g13 part is not very useful for a standard user right now, thus do
not build it.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0613545dd..8e213f3bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto --enable-gpgtar +DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto --enable-g13 GITLOG_TO_CHANGELOG=gitlog-to-changelog |