ldb: move struct ldb_debug_ops to ldb_private.h
[samba.git] / source4 / auth / kerberos / wscript_build
index 30853ec33c510c754c1a903157148a3daa4f1731..a26cfaf3772f96c7d31e8fbc2d90fccf79b0fd1a 100644 (file)
@@ -2,13 +2,13 @@
 
 bld.SAMBA_SUBSYSTEM('KRB_INIT_CTX',
                    source='krb5_init_context.c',
-                   deps='gssapi krb5samba'
+                   deps='gssapi krb5samba dbwrap samba-util'
                   )
 
 bld.SAMBA_LIBRARY('authkrb5',
                   source='kerberos_pac.c',
                   autoproto='proto.h',
-                  public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE asn1',
+                  public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE',
                   deps='common_auth tevent LIBPACKET ndr ldb krb5samba KRB_INIT_CTX KRB5_PAC samba-errors',
                   private_library=True
                   )