diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-16 16:30:22 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-16 16:30:22 +0200 |
commit | d648c5849fba34b5691dcf1867ecd8f80fe35a6d (patch) | |
tree | 8e2f22918bc875696078bc0dc41b39795bd0afae /source4 | |
parent | 4accab35c66cbca5691e81d50215a48f25a8be30 (diff) | |
download | samba-d648c5849fba34b5691dcf1867ecd8f80fe35a6d.tar.gz samba-d648c5849fba34b5691dcf1867ecd8f80fe35a6d.tar.bz2 samba-d648c5849fba34b5691dcf1867ecd8f80fe35a6d.zip |
Install python modules by default.
(This used to be commit 4c098e4c9f071592e134c979388891f5bf16452d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index a0ae256d9b..83b1b1eefb 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -24,3 +24,5 @@ python_misc_OBJ_FILES = scripting/python/misc_wrap.o _PY_FILES = $(shell find scripting/python -name "*.py") $(foreach pyfile, $(_PY_FILES),$(eval $(call python_py_module_template,$(patsubst scripting/python/%,%,$(pyfile)),$(pyfile)))) + +install:: installpython |