diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-12-30 13:16:21 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-12-30 13:16:21 +0000 |
commit | fee927d8369c40068f14d09b00e9057c9a5ccc69 (patch) | |
tree | 110f3206dab6c3136f8ea06aa88feef18586d5bf | |
parent | 7a2be86bdcd4754cd08594dc4dfc98809df8e050 (diff) |
add dependency information to regenerate constants.py
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1885 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | pynslcd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am index 3d18684..1381b6b 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -32,6 +32,8 @@ all-local: $(nodist_pynslcd_PYTHON) clean-local: rm -f *.pyc *.pyo +constants.py: constants.py.in $(top_srcdir)/nslcd.h + # create a symbolic link for the pynslcd daemon and fix permissions install-data-hook: chmod a+rx $(DESTDIR)$(pynslcddir)/pynslcd.py |