summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-04 10:46:12 +0000
committerWerner Koch <wk@gnupg.org>2007-05-04 10:46:12 +0000
commit639c29542e9629db52c6687f38629d76964fafb4 (patch)
treecd474db2d07fec4cba1a41b5b81c909b0fa8e4bb /Makefile.am
parent879c0cf8ef86154ff60f53cadf4c28e86ce424a5 (diff)
downloadlibgcrypt-639c29542e9629db52c6687f38629d76964fafb4.tar.gz
Updated automake.
Ready for a release.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3889e7ad..a21418e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,9 +17,12 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+all_ciphers=
+
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2
-DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon
+DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
+ --enable-ciphers="arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia"
DIST_SUBDIRS = m4 mpi cipher src doc tests
SUBDIRS = mpi cipher src doc tests