diff options
author | Werner Koch <wk@gnupg.org> | 2007-02-22 18:25:27 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-02-22 18:25:27 +0000 |
commit | 1cfac9fd5f628c2d505b6c01d2cc0657840299ed (patch) | |
tree | c6ceb5f8ac489a844041fb21d6d0cf296d78d694 /Makefile.am | |
parent | 6cb0bbb9494b908be000d331d0e7068bb6ae9ee7 (diff) | |
download | libgcrypt-1cfac9fd5f628c2d505b6c01d2cc0657840299ed.tar.gz |
Fixed bug#596 adn minor cleanups
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f706593c..085c5956 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 +DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon DIST_SUBDIRS = m4 mpi cipher src doc tests SUBDIRS = mpi cipher src doc tests |