~ubuntu-branches/ubuntu/lucid/ecryptfs-utils/lucid-proposed

« back to all changes in this revision

Viewing changes to src/daemon/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2008-12-04 12:09:35 UTC
  • mfrom: (1.1.13 upstream) (8.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081204120935-vdqggsu1eeb4x83v
Tags: 67-1ubuntu1
* Merge from debian unstable, remaining changes (Debian Bug: #506172):
  - debian/ecryptfs-utils.postinst: handle pam-auth-update
  - debian/rules:keep the dpatch infrastructure around as we'll likely need
    it again; install the pam-auth-update file
  - debian/ecryptfs-utils.install: install the pam-auth-update file
  - debian/control: keep the dpatch build dep; libpam-runtime dep for
    pam-auth-update
  - debian/ecryptfs-utils.pam-auth-update: pam stack configuration
  - debian/ecryptfs-utils.dirs: usr share install dirs
  - debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
* Dropped changes
  - debian/patches/10-counter_increment_fix.dpatch: included upstream
  - debian/ecryptfs-mount-private.desktop: included upstream
  - debian/ecryptfs-mount-private.txt: included upstream
  - debian/rules: desktop, readme files installed by upstream
  - debian/ecryptfs-utils.install: desktop, readme installed by upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
CFLAGS = @CFLAGS@
90
90
CPP = @CPP@
91
91
CPPFLAGS = @CPPFLAGS@
 
92
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
 
93
CRYPTO_LIBS = @CRYPTO_LIBS@
92
94
CYGPATH_W = @CYGPATH_W@
93
95
DEFS = @DEFS@
94
96
DEPDIR = @DEPDIR@