ldb-samba: Add missing dependency on credentials code.
[kamenim/samba.git] / source4 / lib / ldb-samba / wscript_build
index d853d191efdf0657c6c32df9b5b8b23ecf7f2275..15f031ba37808026b57f5dd5b6b6edccad2e944c 100644 (file)
@@ -5,7 +5,7 @@ bld.SAMBA_SUBSYSTEM('LDBSAMBA',
        source='ldif_handlers.c',
        autoproto='ldif_handlers_proto.h',
        public_deps='ldb',
-       deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS'
+       deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS'
        )