summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-15 20:52:01 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-15 20:52:01 +0200
commita4a127ea5a62102890f4eecde45fdb244023dfa3 (patch)
tree1481f9ff431735f0d3a12ef744de65c4ab909d48 /buildtools
parent773e47f4a9c1601284eefac1efc8c139fdf2907a (diff)
downloadsamba-a4a127ea5a62102890f4eecde45fdb244023dfa3.tar.gz
samba-a4a127ea5a62102890f4eecde45fdb244023dfa3.tar.bz2
samba-a4a127ea5a62102890f4eecde45fdb244023dfa3.zip
s4-waf: Fix build of libldb_ildap against system ldb.
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index fbb1726f82..eb2d56e2db 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -356,7 +356,7 @@ def SAMBA_MODULE(bld, modname, source,
obj_target = modname + '.objlist'
- obj_target = bld.SAMBA_SUBSYSTEM(obj_target, source,
+ bld.SAMBA_SUBSYSTEM(obj_target, source,
deps=deps,
includes=includes,
autoproto=autoproto,