s4-gensec remove auth_session dep from gensec_gssapi.c
authorAndrew Bartlett <abartlet@samba.org>
Thu, 29 Dec 2011 01:15:42 +0000 (12:15 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 29 Dec 2011 04:37:11 +0000 (05:37 +0100)
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Dec 29 05:37:11 CET 2011 on sn-devel-104

source4/auth/gensec/wscript_build

index 9919cffeea26a2ed01208e3116e4f0c731a9c77b..e298954536d6f57f0017fe8b94fd88499d9b688c 100644 (file)
@@ -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,
        )