summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-03-02 08:28:11 +1100
committerAndrew Bartlett <abartlet@samba.org>2013-03-02 02:16:52 +0100
commit2d13532cb3ad3a3deaee1f158408478284bc595a (patch)
treefcd5db4f7ea0efd82465f3c2f76206e5fa9183ea /source4/scripting
parentf9eb05509bdab08a350440eba47de38522f17036 (diff)
downloadsamba-2d13532cb3ad3a3deaee1f158408478284bc595a.tar.gz
samba-2d13532cb3ad3a3deaee1f158408478284bc595a.tar.bz2
samba-2d13532cb3ad3a3deaee1f158408478284bc595a.zip
build: Rename samba_python waf node to avoid duplicate name
This makes it clearer when debuging build issues. Andrew Bartlett
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 9c23a96f8c..a40b5834f9 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -32,7 +32,7 @@ bld.SAMBA_PYTHON('python_glue',
# install out various python scripts for use by make test
-bld.SAMBA_SCRIPT('samba_python',
+bld.SAMBA_SCRIPT('samba_python_files',
pattern='samba/**/*.py',
installdir='python')