summaryrefslogtreecommitdiff
path: root/source4/scripting/python/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-05-31 16:05:41 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-05-31 19:22:03 +0200
commit82d56b937445585b9e60451daf660aee5ace0523 (patch)
tree83f9af2493eac6f70fa59974adc303c856efb9da /source4/scripting/python/wscript_build
parent471ed70c497f4eeaca27594d609f41f2b2c689cd (diff)
downloadsamba-82d56b937445585b9e60451daf660aee5ace0523.tar.gz
samba-82d56b937445585b9e60451daf660aee5ace0523.tar.bz2
samba-82d56b937445585b9e60451daf660aee5ace0523.zip
ldb: Fix dependencies when building with system ldb.
Diffstat (limited to 'source4/scripting/python/wscript_build')
-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 0709c426a7..af3c6ed917 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -24,7 +24,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
- deps='LIBNDR ldb SAMDB CREDENTIALS pyldb python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
+ deps='LIBNDR ldb SAMDB CREDENTIALS python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
realname='samba/_glue.so'
)