diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 16:05:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 19:22:03 +0200 |
commit | 82d56b937445585b9e60451daf660aee5ace0523 (patch) | |
tree | 83f9af2493eac6f70fa59974adc303c856efb9da /source4/scripting/python | |
parent | 471ed70c497f4eeaca27594d609f41f2b2c689cd (diff) | |
download | samba-82d56b937445585b9e60451daf660aee5ace0523.tar.gz samba-82d56b937445585b9e60451daf660aee5ace0523.tar.bz2 samba-82d56b937445585b9e60451daf660aee5ace0523.zip |
ldb: Fix dependencies when building with system ldb.
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/wscript_build | 2 |
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' ) |