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

« back to all changes in this revision

Viewing changes to keyserver/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 - Makefile for keyservers
2
 
# Copyright (C) 2001, 2002, 2004, 2005, 2006, 
 
2
# Copyright (C) 2001, 2002, 2004, 2005, 2006,
3
3
#               2009 Free Software Foundation, Inc.
4
4
#
5
5
# This file is part of GnuPG.
8
8
# it under the terms of the GNU General Public License as published by
9
9
# the Free Software Foundation; either version 3 of the License, or
10
10
# (at your option) any later version.
11
 
 
11
#
12
12
# GnuPG is distributed in the hope that it will be useful,
13
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
15
# GNU General Public License for more details.
16
 
 
16
#
17
17
# You should have received a copy of the GNU General Public License
18
18
# along with this program; if not, see <http://www.gnu.org/licenses/>.
19
19
## Process this file with automake to produce Makefile.in
26
26
                 gpg2keys_kdns
27
27
EXTRA_SCRIPTS = gpg2keys_mailto
28
28
 
29
 
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl 
 
29
EXTRA_DIST = ChangeLog-2011
 
30
 
 
31
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl
30
32
 
31
33
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
32
34
 
62
64
gpg2keys_curl_SOURCES += curl-shim.c curl-shim.h
63
65
gpg2keys_curl_CPPFLAGS = $(AM_CPPFLAGS)
64
66
gpg2keys_curl_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(DNSLIBS) \
65
 
                      $(other_libs) 
 
67
                      $(other_libs)
66
68
gpg2keys_hkp_SOURCES += curl-shim.c curl-shim.h
67
69
gpg2keys_hkp_CPPFLAGS = $(AM_CPPFLAGS)
68
70
gpg2keys_hkp_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(DNSLIBS) \
69
 
                     $(other_libs) 
 
71
                     $(other_libs)
70
72
else
71
73
# Note that we need to include all other libs here as well because
72
74
# some compilers don't care about inline functions and insert