ldb-samba: Implement transitive extended matching
[obnox/samba/samba-obnox.git] / lib / ldb-samba / wscript_build
index 7016b2f23be53c6c183f611f6abf4f05f3d64065..3625f8b81a27fa4236e4aa2649ec1b2961ba3c36 100644 (file)
@@ -5,10 +5,10 @@
 # the symbols of all of ldb_ildap's dependencies. 
 
 bld.SAMBA_LIBRARY('ldbsamba',
-                  source='ldif_handlers.c',
+                  source='ldif_handlers.c ldb_matching_rules.c',
                   autoproto='ldif_handlers_proto.h',
                   public_deps='ldb',
-                  deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb errors',
+                  deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb samba-errors',
                   private_library=True
                   )