summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-04-05 16:13:19 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-04-05 16:13:35 +0200
commit2616f43f952259afdf6a1a8da5610f4b9cf1a896 (patch)
tree470dad949bff359c0ee5386afa37c5fe9300ab1d
parentc5197294c1b5490e89b0fcd054f1f2bbcec6d07f (diff)
Include the usermod.py file in the distribution
-rw-r--r--pynslcd/Makefile.am3
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)