From 4f7dcdc25af269b12275126edeef30b262fb891d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 6 Jan 2015 20:30:37 +0100 Subject: Make make distcheck work again. * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-ciphers. * cipher/Makefile.am (DISTCLEANFILES): Add gost-sb.h. --- Makefile.am | 3 +-- cipher/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d7ca433..4c2c509d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --disable-random-daemon --enable-doc \ - --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia +DISTCHECK_CONFIGURE_FLAGS = --disable-random-daemon --enable-doc # (A suitable gitlog-to-changelog script can be found in GnuPG master.) GITLOG_TO_CHANGELOG=gitlog-to-changelog diff --git a/cipher/Makefile.am b/cipher/Makefile.am index e59bafc7..ceb95f19 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -26,6 +26,8 @@ AM_CFLAGS = $(GPG_ERROR_CFLAGS) AM_CCASFLAGS = $(NOEXECSTACK_FLAGS) +DISTCLEANFILES = gost-sb.h + noinst_LTLIBRARIES = libcipher.la -- cgit v1.2.1