1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Install python modules by default.

(This used to be commit 4c098e4c9f)
This commit is contained in:
Jelmer Vernooij 2008-05-16 16:30:22 +02:00
parent 4accab35c6
commit d648c5849f

View File

@ -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