summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-12 10:31:12 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-12 10:31:12 +0100
commit7f98dee7078495bd90c54b6f25fa5a2643bf97e5 (patch)
treefafea2c38b22dec7e94901a2c2c2c9141216648f /configure.ac
parent5441fe23d07ba6af1fb86c4395d93ec133b20740 (diff)
downloadgnutls-7f98dee7078495bd90c54b6f25fa5a2643bf97e5.tar.gz
Add tests/slow/Makfile and sort config files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac49
1 files changed, 25 insertions, 24 deletions
diff --git a/configure.ac b/configure.ac
index 885dc0a763..028ffe42ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -444,56 +444,57 @@ AC_CONFIG_FILES([
doc/credentials/srp/Makefile
doc/credentials/x509/Makefile
doc/cyclo/Makefile
- doc/latex/Makefile
doc/doxygen/Doxyfile
doc/examples/Makefile
+ doc/latex/Makefile
doc/manpages/Makefile
doc/reference/Makefile
doc/reference/version.xml
doc/scripts/Makefile
+ extra/Makefile
+ extra/includes/Makefile
gl/Makefile
gl/tests/Makefile
guile/Makefile
guile/modules/Makefile
guile/src/Makefile
guile/tests/Makefile
+ lib/Makefile
+ lib/accelerated/Makefile
+ lib/accelerated/x86/Makefile
+ lib/algorithms/Makefile
+ lib/auth/Makefile
+ lib/ext/Makefile
+ lib/gnutls.pc
+ lib/includes/Makefile
+ lib/includes/gnutls/gnutls.h
+ lib/minitasn1/Makefile
+ lib/nettle/Makefile
+ lib/opencdk/Makefile
+ lib/openpgp/Makefile
+ lib/x509/Makefile
+ po/Makefile.in
src/Makefile
- src/crywrap/Makefile
src/cfg/Makefile
src/cfg/platon/Makefile
src/cfg/platon/str/Makefile
+ src/crywrap/Makefile
tests/Makefile
- tests/key-id/Makefile
tests/dsa/Makefile
- tests/scripts/Makefile
+ tests/ecdsa/Makefile
+ tests/key-id/Makefile
tests/openpgp-certs/Makefile
- tests/safe-renegotiation/Makefile
tests/pathlen/Makefile
tests/pkcs1-padding/Makefile
tests/pkcs12-decode/Makefile
tests/pkcs8-decode/Makefile
tests/rsa-md5-collision/Makefile
+ tests/safe-renegotiation/Makefile
+ tests/scripts/Makefile
tests/sha2/Makefile
- tests/ecdsa/Makefile
- tests/userid/Makefile
- extra/Makefile
- extra/includes/Makefile
- lib/Makefile
- lib/gnutls.pc
- lib/includes/Makefile
- lib/includes/gnutls/gnutls.h
- lib/minitasn1/Makefile
- lib/opencdk/Makefile
- lib/openpgp/Makefile
- po/Makefile.in
- lib/x509/Makefile
- lib/nettle/Makefile
+ tests/slow/Makefile
tests/suite/Makefile
- lib/accelerated/Makefile
- lib/accelerated/x86/Makefile
- lib/ext/Makefile
- lib/algorithms/Makefile
- lib/auth/Makefile
+ tests/userid/Makefile
])
AC_OUTPUT