2010-04-19 08:15:23 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -22,8 +22,8 @@ AUTOMAKE_OPTIONS = dist-bzip2
|
2008-07-13 16:24:42 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
|
|
|
|
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
|
|
|
|
|
2011-07-17 18:06:47 +00:00
|
|
|
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
|
|
|
|
-SUBDIRS = compat mpi cipher random src doc tests
|
|
|
|
+DIST_SUBDIRS = m4 compat mpi cipher random src
|
|
|
|
+SUBDIRS = compat mpi cipher random src
|
2009-04-19 16:20:00 +00:00
|
|
|
EXTRA_DIST = autogen.sh README.SVN
|
2011-07-17 18:06:47 +00:00
|
|
|
DISTCLEANFILES =
|
2008-07-13 16:24:42 +00:00
|
|
|
|
2010-04-19 08:15:23 +00:00
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
2011-07-17 18:06:47 +00:00
|
|
|
@@ -281,8 +281,8 @@ AUTOMAKE_OPTIONS = dist-bzip2
|
2008-07-13 16:24:42 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
|
|
|
|
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
|
|
|
|
|
2011-07-17 18:06:47 +00:00
|
|
|
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
|
|
|
|
-SUBDIRS = compat mpi cipher random src doc tests
|
|
|
|
+DIST_SUBDIRS = m4 compat mpi cipher random src
|
|
|
|
+SUBDIRS = compat mpi cipher random src
|
2009-04-19 16:20:00 +00:00
|
|
|
EXTRA_DIST = autogen.sh README.SVN
|
2008-07-13 16:24:42 +00:00
|
|
|
DISTCLEANFILES =
|
|
|
|
all: config.h
|