~ubuntu-branches/ubuntu/lucid/gnutls26/lucid-proposed

« back to all changes in this revision

Viewing changes to tests/openpgp-certs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-06-24 19:13:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624191325-33rewwn0p11jzdvq
Tags: 2.4.0-2
* Standards version 3.8.0. Rename README.source_and_patches to README.source.
* Upload to unstable.
* Point watchfile to stable releases again.
* Merge experimental and unstable changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
# Copyright (C) 2007, 2008 Free Software Foundation
 
3
#
 
4
# This file is part of GNUTLS.
 
5
#
 
6
# This file is free software; you can redistribute it and/or modify it
 
7
# under the terms of the GNU General Public License as published by
 
8
# the Free Software Foundation; either version 3 of the License, or
 
9
# (at your option) any later version.
 
10
#
 
11
# This file is distributed in the hope that it will be useful, but
 
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
# General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License
 
17
# along with this file; if not, write to the Free Software Foundation,
 
18
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
19
 
 
20
if ENABLE_OPENPGP
 
21
 
 
22
EXTRA_DIST = ca-public.gpg srv-public-all-signed.gpg srv-secret.gpg     \
 
23
        ca-secret.gpg srv-public.gpg srv-public-127.0.0.1-signed.gpg    \
 
24
        srv-public-localhost-signed.gpg
 
25
 
 
26
# The selftest is disabled until we can make it work under Wine and
 
27
# under Debian buildds (problem with 127.0.0.2?).  Just extra-dist it
 
28
# for now.
 
29
EXTRA_DIST += testcerts
 
30
#dist_check_SCRIPTS = testcerts
 
31
#TESTS = testcerts
 
32
 
 
33
endif