diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-25 09:00:02 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-25 10:01:35 +0100 |
commit | d66c81f77d72793c523b3aa9f8be060c7f23f175 (patch) | |
tree | e57c84d584d5ca24047f24b02dc0ae0944089de8 /tests | |
parent | 669b9b839a9fe1593b9786736587187f0213cf94 (diff) | |
download | gnutls-d66c81f77d72793c523b3aa9f8be060c7f23f175.tar.gz |
Fix distcheck.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cert-tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am index f338f07ef8..4a6cd5b1f6 100644 --- a/tests/cert-tests/Makefile.am +++ b/tests/cert-tests/Makefile.am @@ -20,7 +20,7 @@ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. EXTRA_DIST = ca-no-pathlen.pem no-ca-or-pathlen.pem aki-cert.pem \ - template-test.key template-test.pem + template-test.key template-test.pem template-test.tmpl dist_check_SCRIPTS = pathlen aki template-test |