diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-28 20:22:54 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-28 20:22:54 +0000 |
commit | b26bf53b9a492100f48e703f8d6683de0654ca00 (patch) | |
tree | 2ca805fdc6c0b15e144cbf6359640b41509bb819 | |
parent | bc228996687647150c8bc66dfb0007c89ad5cb4b (diff) |
ensure that the libpam-ldapd actually contains the PAM module
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@898 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | debian/libpam-ldapd.install | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 25b609f..3f9a046 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,8 +47,9 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \ debian/libnss-ldapd.postinst \ debian/libnss-ldapd.postrm \ debian/libnss-ldapd.templates \ - $(wildcard debian/po/*.po) debian/po/templates.pot \ - debian/po/POTFILES.in + debian/libpam-ldapd.install \ + debian/po/POTFILES.in debian/po/templates.pot \ + $(wildcard debian/po/*.po) EXTRA_DIST = nss-ldapd.conf nslcd.h \ $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES) diff --git a/debian/libpam-ldapd.install b/debian/libpam-ldapd.install index b2a2b05..d1f6515 100644 --- a/debian/libpam-ldapd.install +++ b/debian/libpam-ldapd.install @@ -1 +1 @@ -./lib/security +lib/security |