~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (14.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20121106112558-kxptsug6ivixhx8m
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 - Tools directory
2
2
#       Copyright (C) 2003, 2007 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
 
19
19
EXTRA_DIST = \
20
 
        Manifest watchgnupg.c \
 
20
        Manifest watchgnupg.c ChangeLog-2011 \
21
21
        addgnupghome applygnupgdefaults gpgsm-gencert.sh \
22
22
        lspgpot mail-signed-keys convert-from-106 sockprox.c \
23
23
        ccidmon.c
75
75
                $(LIBINTL) $(GPG_ERROR_LIBS) $(LIBICONV) $(W32SOCKLIBS)
76
76
 
77
77
gpgparsemail_SOURCES = gpgparsemail.c rfc822parse.c rfc822parse.h
78
 
gpgparsemail_LDADD = 
 
78
gpgparsemail_LDADD =
79
79
 
80
80
symcryptrun_SOURCES = symcryptrun.c
81
81
symcryptrun_LDADD = $(LIBUTIL_LIBS) $(common_libs) $(pwquery_libs) \
82
82
                    $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) \
83
83
                    $(LIBICONV) $(W32SOCKLIBS)
84
84
 
85
 
watchgnupg_SOURCES = watchgnupg.c 
 
85
watchgnupg_SOURCES = watchgnupg.c
86
86
watchgnupg_LDADD = $(NETLIBS)
87
87
 
88
88
gpg_connect_agent_SOURCES = gpg-connect-agent.c no-libgcrypt.c