From 3722f6535938fe019f9cf019b06d30d57a819899 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 14 Feb 2011 11:21:21 +0100 Subject: librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simo, please check. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104 --- source4/auth/kerberos/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index 8f01df6aff..5d29f6a619 100644 --- a/source4/auth/kerberos/wscript_build +++ b/source4/auth/kerberos/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('authkrb5', source='kerberos.c clikrb5.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c', autoproto='proto.h', - public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE com_err asn1', + public_deps='krb5 ndr-krb5pac samba_socket LIBCLI_RESOLVE com_err asn1', deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET ndr ldb', private_library=True ) -- cgit