~ubuntu-branches/debian/squeeze/ecryptfs-utils/squeeze

« back to all changes in this revision

Viewing changes to src/pam_ecryptfs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-17 09:21:46 UTC
  • mfrom: (16.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091017092146-mx8azups35026ux3
Tags: 81-2
* Adding patch from upstream to ecryptfs-setup-private, in order to
  not incorrectly assume that the home/private directory ownerships
  should be owned by USER:USER but USER:GROUP.
* Minimizing rules file.
* Sorting and wrapping depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
endif
13
13
 
14
14
pam_ecryptfs_la_SOURCES = pam_ecryptfs.c
15
 
pam_ecryptfs_la_CFLAGS = $(AM_CFLAGS) $(LIBGCRYPT_CFLAGS)
16
 
pam_ecryptfs_la_LIBADD = $(top_builddir)/src/libecryptfs/libecryptfs.la $(PAM_LIBS) $(LIBGCRYPT_LIBS)
 
15
pam_ecryptfs_la_CFLAGS = $(AM_CFLAGS)
 
16
pam_ecryptfs_la_LIBADD = $(top_builddir)/src/libecryptfs/libecryptfs.la $(PAM_LIBS)
17
17
pam_ecryptfs_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version -shared