ldb: use ldb directly rather than via a copy
[sfrench/samba-autobuild/.git] / wscript_build
index 87b78a3f77ecfaa5571ac659fcabacd5506d60a9..936aa53eb45ead29ce14489ff5bfa3b1750dc9ec 100644 (file)
@@ -19,7 +19,7 @@ bld.env.build_public_headers = 'include/public'
 
 # these are includes which appear in public headers, but with #ifdef conditional
 # compilation, so they are safe
-bld.env.public_headers_skip = ['param/param_proto.h', 'lib/ldb_compat.h']
+bld.env.public_headers_skip = ['param/param_proto.h']
 
 samba_version.load_version(bld.env, is_install=bld.is_install)
 bld.SAMBA_MKVERSION('version.h')