Install python modules by default.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 16 May 2008 14:30:22 +0000 (16:30 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 16 May 2008 14:30:22 +0000 (16:30 +0200)
(This used to be commit 4c098e4c9f071592e134c979388891f5bf16452d)

source4/scripting/python/config.mk

index a0ae256d9bbac8e38a72c4d411512f756a62cdd6..83b1b1eefb808ca610e6c8f5a5aeecbba07603ca 100644 (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