From b43501cc3f5b760da701e48a48e00634ad06e461 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 5 Jul 2008 16:44:03 +0000 Subject: Moved random stuff into its own directory. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d73eea2c..87eeff00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,8 @@ AUTOMAKE_OPTIONS = dist-bzip2 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 +DIST_SUBDIRS = m4 mpi cipher random src doc tests +SUBDIRS = mpi cipher random src doc tests EXTRA_DIST = BUGS autogen.sh README.SVN DISTCLEANFILES = -- cgit v1.2.1