~ubuntu-branches/ubuntu/raring/gnupg2/raring-security

« back to all changes in this revision

Viewing changes to tests/pkits/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am - tests using NIST's PKITS
2
2
#       Copyright (C) 2004, 2008 Free Software Foundation, Inc.
3
 
 
3
#
4
4
# This file is part of GnuPG.
5
 
 
5
#
6
6
# GnuPG is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
8
8
# the Free Software Foundation; either version 3 of the License, or
9
9
# (at your option) any later version.
10
 
 
10
#
11
11
# GnuPG is distributed in the hope that it will be useful,
12
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
14
# GNU General Public License for more details.
15
 
 
15
#
16
16
# You should have received a copy of the GNU General Public License
17
17
# along with this program; if not, see <http://www.gnu.org/licenses/>.
18
18
 
43
43
        private-certificate-extensions
44
44
 
45
45
 
46
 
EXTRA_DIST = inittests runtest common.sh $(testscripts) 
47
 
             import-all-certs.data 
 
46
EXTRA_DIST = inittests runtest common.sh $(testscripts) ChangeLog-2011 \
 
47
             import-all-certs.data
48
48
 
49
49
TESTS = $(testscripts)
50
50