diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/credentials/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/gensec/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index bfe9cd058a..1cfde8db4c 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS', source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c ../kerberos/kerberos_util.c', autoproto='credentials_proto.h', - public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB HEIMDAL_GSSAPI', + public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB gssapi', public_headers='credentials.h', deps='SECRETS SAMDB' ) diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 38c0e158b9..30dfb64157 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -22,7 +22,7 @@ bld.SAMBA_MODULE('gensec_gssapi', source='gensec_gssapi.c', subsystem='gensec', init_function='gensec_gssapi_init', - deps='HEIMDAL_GSSAPI CREDENTIALS KERBEROS' + deps='gssapi CREDENTIALS KERBEROS' ) |