diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-06 14:52:05 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-06 14:52:05 +0000 |
commit | 25a4818a7328241691576d50d925f3fac747fc6e (patch) | |
tree | caffd6963dd7112e7ddb6dee4ef3eb23a64ae2c6 | |
parent | 59d9de33f18268d276e0c71f5de50b7dcd3826d3 (diff) |
clean up compiled python files
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1377 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | pynslcd/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am index 34e50c1..664d6bf 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -26,6 +26,10 @@ CLEANFILES = $(nodist_pynslcd_PYTHON) all-local: $(nodist_pynslcd_PYTHON) +# clean up locally created compiled Python files +clean: + rm -f *.pyc *.pyo + # create a symbolic link for the pynslcd daemon and fix permissions install-data-hook: chmod a+rx $(DESTDIR)$(pynslcddir)/pynslcd.py |