diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-09 20:12:27 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-09 20:12:27 +0200 |
commit | 208a1586b36373959e392b3560bd991d44fd037a (patch) | |
tree | 510b4c4240398bc249dd5a87b43075b808ea5e56 /tests/openpgp-certs/Makefile.am | |
parent | 3dc81499da84daf9a9d7c6ce289ffb5ee1b0adfa (diff) | |
download | gnutls-208a1586b36373959e392b3560bd991d44fd037a.tar.gz |
Dist *.gpg's.
Diffstat (limited to 'tests/openpgp-certs/Makefile.am')
-rw-r--r-- | tests/openpgp-certs/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/openpgp-certs/Makefile.am b/tests/openpgp-certs/Makefile.am index 7609450df2..8504623128 100644 --- a/tests/openpgp-certs/Makefile.am +++ b/tests/openpgp-certs/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2007 Free Software Foundation -# -# Author: Ludovic Courtès. +# Copyright (C) 2007, 2008 Free Software Foundation # # This file is part of GNUTLS. # @@ -23,7 +21,10 @@ if ENABLE_OPENPGP dist_check_SCRIPTS = testcerts +EXTRA_DIST = ca-public.gpg srv-public-all-signed.gpg srv-secret.gpg \ + ca-secret.gpg srv-public.gpg srv-public-127.0.0.1-signed.gpg \ + srv-public-localhost-signed.gpg + TESTS = testcerts endif - |