diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-04-05 16:13:19 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-04-05 16:13:35 +0200 |
commit | 2616f43f952259afdf6a1a8da5610f4b9cf1a896 (patch) | |
tree | 470dad949bff359c0ee5386afa37c5fe9300ab1d | |
parent | c5197294c1b5490e89b0fcd054f1f2bbcec6d07f (diff) |
Include the usermod.py file in the distribution
-rw-r--r-- | pynslcd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am index 6203d12..d0604f4 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -22,7 +22,8 @@ pynslcddir = $(datadir)/pynslcd pynslcd_PYTHON = pynslcd.py attmap.py cache.py cfg.py common.py expr.py \ mypidfile.py nscd.py search.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 + passwd.py protocol.py rpc.py service.py shadow.py pam.py \ + usermod.py nodist_pynslcd_PYTHON = constants.py CLEANFILES = $(nodist_pynslcd_PYTHON) |