diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-07-07 17:35:07 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-07-07 17:35:07 +0200 |
commit | 51a5dc92bfcaa5c85c8ad5e11c99accd51a5de67 (patch) | |
tree | 82ae132cdf9e8035090d7c1c6d0c41c7743e7cdf | |
parent | 8ac1934a99fe260dd69d66258a9f471800593333 (diff) |
ensure that cache.py is installed (thanks Jon Severinsson)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1713 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | pynslcd/Makefile.am | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -118,3 +118,4 @@ Tom Judge <tom@tomjudge.com> Maxim Vetrov <muxas@mail.ru> Matthew L. Dailey <matthew.l.dailey@dartmouth.edu> Chris Hiestand <chiestand@salk.edu> +Jon Severinsson <jon@severinsson.net> diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am index 51a9429..d005be7 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -19,8 +19,8 @@ pynslcddir = $(datadir)/pynslcd -pynslcd_PYTHON = pynslcd.py cfg.py common.py tio.py mypidfile.py attmap.py \ - expr.py \ +pynslcd_PYTHON = pynslcd.py attmap.py cache.py cfg.py common.py expr.py \ + mypidfile.py tio.py \ alias.py ether.py group.py host.py netgroup.py network.py \ pam.py passwd.py protocol.py rpc.py service.py shadow.py nodist_pynslcd_PYTHON = constants.py config.py |