From 51a5dc92bfcaa5c85c8ad5e11c99accd51a5de67 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 7 Jul 2012 15:35:07 +0000 Subject: 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 --- AUTHORS | 1 + pynslcd/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4fc717c..5debe5f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -118,3 +118,4 @@ Tom Judge Maxim Vetrov Matthew L. Dailey Chris Hiestand +Jon Severinsson 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 -- cgit v1.2.3