summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-01-20 15:43:59 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-01-20 15:43:59 +0000
commit252fffb078246a3ad36263c4185ea2fdfb66b735 (patch)
tree93582d9029253abb1d3ebba8c54d24dc9f98d414
parentc04ff29eb9d5cc03f4c4c8b23694c9e1bfe80dc9 (diff)
add missing Python modules to tarball
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1603 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--pynslcd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am
index efe9788..5bf4342 100644
--- a/pynslcd/Makefile.am
+++ b/pynslcd/Makefile.am
@@ -19,9 +19,9 @@
pynslcddir = $(datadir)/pynslcd
-pynslcd_PYTHON = pynslcd.py cfg.py common.py tio.py mypidfile.py \
+pynslcd_PYTHON = pynslcd.py cfg.py common.py tio.py mypidfile.py attmap.py \
alias.py ether.py group.py host.py netgroup.py network.py \
- pam.py passwd.py shadow.py
+ pam.py passwd.py protocol.py rpc.py service.py shadow.py
nodist_pynslcd_PYTHON = constants.py config.py
CLEANFILES = $(nodist_pynslcd_PYTHON)