lib: Remove tdb_compat
[amitay/samba.git] / buildtools / wafsamba / samba3.py
index ffe678416edfb457a92b200530c9b3c2bc7193e0..6d06fd929a1ca7aa8b2c375774c251a924f3a737 100644 (file)
@@ -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',