diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 23:10:59 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 23:10:59 +0200 |
commit | 5a3e744394b88d8e0dfbc8cb38add8970227919d (patch) | |
tree | 9bdeb169c763868c4eb79ac4d4bff2fb706785da | |
parent | 83788988cbd879789108e8119fa3527ceeb47fe4 (diff) | |
download | samba-5a3e744394b88d8e0dfbc8cb38add8970227919d.tar.gz samba-5a3e744394b88d8e0dfbc8cb38add8970227919d.tar.bz2 samba-5a3e744394b88d8e0dfbc8cb38add8970227919d.zip |
pyldb_util: Remove dependency on LIBPYTHON - it's already there
implicitly and not available in the standalone build.
-rw-r--r-- | source4/lib/ldb/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index dbe2ae4c6a..50ad87494e 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -155,8 +155,7 @@ def build(bld): else: abi_file='ABI/ldb-%s.sigs' % VERSION - bld.SAMBA_PYTHON('pyldb_util', - deps='ldb LIBPYTHON', + bld.SAMBA_PYTHON('pyldb_util', deps='ldb', source='pyldb_util.c') if not bld.CONFIG_SET('USING_SYSTEM_LDB'): |