diff options
-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 |