summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-12 14:40:16 +0000
committerMichael Adam <obnox@samba.org>2015-03-17 11:30:52 +0100
commitde811f14af2083febdea5a1310f78407115168f6 (patch)
tree833a9340df711f33520b19fad5d38a8db832d4b6 /buildtools
parentcf368cbdc5f1b6ee1f831e3a90d8d77ef8d317ed (diff)
downloadsamba-de811f14af2083febdea5a1310f78407115168f6.tar.gz
lib: Remove tdb_compat
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py
index ffe678416ed..6d06fd929a1 100644
--- a/buildtools/wafsamba/samba3.py
+++ b/buildtools/wafsamba/samba3.py
@@ -62,7 +62,7 @@ def s3_fix_kwargs(bld, kwargs):
s3reldir = os_path_relpath(s3dir, bld.curdir)
# the extra_includes list is relative to the source3 directory
- extra_includes = [ '.', 'include', 'lib', '../lib/tdb_compat' ]
+ extra_includes = [ '.', 'include', 'lib' ]
# local heimdal paths only included when USING_SYSTEM_KRB5 is not set
if not bld.CONFIG_SET("USING_SYSTEM_KRB5"):
extra_includes += [ '../source4/heimdal/lib/com_err',