~ubuntu-branches/ubuntu/hardy/gnupg2/hardy

« back to all changes in this revision

Viewing changes to scd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia, Michael Bienia, Kees Cook
  • Date: 2006-12-07 00:28:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207002823-0i7ittrpmsm1nv0i
Tags: 2.0.1-0ubuntu1
[ Michael Bienia ]
* New upstream version.
* Remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
* g10/encr-data.c: remotely controllable function pointer (CVE-2006-6235)
* debian/control: add libcurl3-gnutls-dev to build-depends 
  (Closes Ubuntu: #62864)

[ Kees Cook ]
* debian/rules: include doc/ files as done with gnupg

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
bin_PROGRAMS = scdaemon 
23
23
if ! HAVE_W32_SYSTEM
24
 
libexec_PROGRAMS = pcsc-wrapper
 
24
libexec_PROGRAMS = gnupg-pcsc-wrapper
25
25
endif
26
26
 
27
27
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/common
67
67
#        $(LIBUSB_LIBS) \
68
68
#        -lgpg-error @LIBINTL@ @DL_LIBS@
69
69
#
70
 
pcsc_wrapper_SOURCES = pcsc-wrapper.c
71
 
pcsc_wrapper_LDADD = $(DL_LIBS)
72
 
pcsc_wrapper_CFLAGS = 
 
70
gnupg_pcsc_wrapper_SOURCES = pcsc-wrapper.c
 
71
gnupg_pcsc_wrapper_LDADD = $(DL_LIBS)
 
72
gnupg_pcsc_wrapper_CFLAGS =