summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-28 20:13:28 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:39 +0100
commit06e444d9137998cc7a58045c922c5bc895c7d62c (patch)
treeff2cfdace24f7e050ee935ae864dde16d7431c8a /source4
parent0c5443cbe5dc14e724c62c75081d0e248082dd13 (diff)
downloadsamba-06e444d9137998cc7a58045c922c5bc895c7d62c.tar.gz
samba-06e444d9137998cc7a58045c922c5bc895c7d62c.tar.bz2
samba-06e444d9137998cc7a58045c922c5bc895c7d62c.zip
r26185: No need to depend on ldap, shared lib already has that info.
(This used to be commit 522d6591d769e5743262386a90f3f4cd5476b959)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/lib/ldb/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/setup.py b/source4/lib/ldb/setup.py
index 2ec6d7b055..b04f3b09f1 100755
--- a/source4/lib/ldb/setup.py
+++ b/source4/lib/ldb/setup.py
@@ -11,5 +11,5 @@ setup(name="ldb",
keywords=["ldap","ldb","db","ldif"],
py_modules=["ldb"],
ext_modules=[Extension('_ldb', ['ldb_wrap.c'], include_dirs=['include'],
- library_dirs=["lib"], libraries=['ldb','ldap'])],
+ library_dirs=["lib"], libraries=['ldb'])],
)