~ubuntu-branches/ubuntu/natty/ecryptfs-utils/natty-security

« back to all changes in this revision

Viewing changes to src/pam_ecryptfs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-12-17 20:14:45 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20101217201445-vehtgp1cucmrzpoy
Tags: 84-0ubuntu1
* src/desktop/ecryptfs-record-passphrase: fix typo, LP: #524139
* debian/rules, debian/control:
  - disable the gpg key module, as it's not yet functional
  - clean up unneeded build-deps
  - also, not using opencryptoki either
* doc/manpage/ecryptfs.7: fix minor documentation bug, reported by
  email by Jon 'maddog' Hall
* doc/manpage/ecryptfs-recover-private.1, doc/manpage/Makefile.am,
  po/POTFILES.in, src/utils/ecryptfs-recover-private,
  src/utils/Makefile.am: add a utility to simplify data recovery
  of an encrypted private directory from a Live ISO, LP: #689969

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
194
194
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
195
195
PKG_CONFIG = @PKG_CONFIG@
 
196
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
197
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
196
198
POD2MAN = @POD2MAN@
197
199
POFILES = @POFILES@
198
200
POSUB = @POSUB@