summaryrefslogtreecommitdiff
path: root/lib/ldb-samba/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-08-17 16:03:10 +1200
committerRalph Böhme <slow@samba.org>2015-08-17 17:43:36 +0200
commitdc2d5ccd56ff8c59f3686a652ec3082069914bb4 (patch)
treeac871025da93377095b32e7bc565e9a850ed2cca /lib/ldb-samba/wscript_build
parent8cacd5b8113fa30fb4ccaaf3193839660feb285f (diff)
downloadsamba-dc2d5ccd56ff8c59f3686a652ec3082069914bb4.tar.gz
Revert "ldb-samba: Implement transitive extended matching"
This reverts commit 2a22ba34cd6f28950246b54c6577c922c61f4fdb. selftest/knownfail entries are added to ensure 'make test' continues to pass BUG: https://bugzilla.samba.org/show_bug.cgi?id=10493 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/ldb-samba/wscript_build')
-rw-r--r--lib/ldb-samba/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build
index 6ad96986c66..7016b2f23be 100644
--- a/lib/ldb-samba/wscript_build
+++ b/lib/ldb-samba/wscript_build
@@ -5,7 +5,7 @@
# the symbols of all of ldb_ildap's dependencies.
bld.SAMBA_LIBRARY('ldbsamba',
- source='ldif_handlers.c ldb_matching_rules.c',
+ source='ldif_handlers.c',
autoproto='ldif_handlers_proto.h',
public_deps='ldb',
deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb errors',