~ubuntu-branches/ubuntu/oneiric/pam/oneiric-proposed

« back to all changes in this revision

Viewing changes to modules/pam_mkhomedir/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-02-17 16:15:47 UTC
  • mfrom: (3.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110217161547-afxi0yboxvn18a5t
Tags: 1.1.2-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \
21
21
            -DMKHOMEDIR_HELPER=\"$(sbindir)/mkhomedir_helper\"
22
 
AM_LDFLAGS = -no-undefined -avoid-version -module
23
 
if HAVE_VERSIONING
24
 
  AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
25
 
endif
26
22
 
27
23
securelib_LTLIBRARIES = pam_mkhomedir.la
28
24
pam_mkhomedir_la_SOURCES = pam_mkhomedir.c
29
25
pam_mkhomedir_la_LIBADD = -L$(top_builddir)/libpam -lpam
 
26
pam_mkhomedir_la_LDFLAGS = -no-undefined -avoid-version -module
 
27
if HAVE_VERSIONING
 
28
  pam_mkhomedir_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
 
29
endif
30
30
 
31
31
sbin_PROGRAMS = mkhomedir_helper
32
32
mkhomedir_helper_SOURCES = mkhomedir_helper.c