From: Simon Josefsson Date: Sat, 12 Nov 2011 09:31:12 +0000 (+0100) Subject: Add tests/slow/Makfile and sort config files. X-Git-Tag: gnutls_3_0_8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f98dee7078495bd90c54b6f25fa5a2643bf97e5;p=thirdparty%2Fgnutls.git Add tests/slow/Makfile and sort config files. --- 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