summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-29 12:15:42 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-29 05:37:11 +0100
commitc2d6509c0b33cb202b0868d085f5c5c3606fccc6 (patch)
tree4b7fb181f039f9786ebdebcc14cedfffd50c964f /source4/auth
parent3f5d30c8cb98b855e349e794fe224f10f8af1c10 (diff)
downloadsamba-c2d6509c0b33cb202b0868d085f5c5c3606fccc6.tar.gz
samba-c2d6509c0b33cb202b0868d085f5c5c3606fccc6.tar.bz2
samba-c2d6509c0b33cb202b0868d085f5c5c3606fccc6.zip
s4-gensec remove auth_session dep from gensec_gssapi.c
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Dec 29 05:37:11 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/gensec/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 9919cffeea..e298954536 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_MODULE('gensec_krb5',
source='gensec_krb5.c',
subsystem='gensec',
init_function='gensec_krb5_init',
- deps='samba-credentials authkrb5 auth_session com_err gensec_util',
+ deps='samba-credentials authkrb5 com_err gensec_util',
internal_module=False,
)