summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-14 11:21:21 +0100
committerGünther Deschner <gd@samba.org>2011-02-14 18:54:38 +0100
commit3722f6535938fe019f9cf019b06d30d57a819899 (patch)
tree8b9aea94f7c2cb2fe2374028fdfbbfb839a9bd4b /source4/auth
parentd6a41c2723cda59b3cd6ae9a1e77b62f25067663 (diff)
downloadsamba-3722f6535938fe019f9cf019b06d30d57a819899.tar.gz
samba-3722f6535938fe019f9cf019b06d30d57a819899.tar.bz2
samba-3722f6535938fe019f9cf019b06d30d57a819899.zip
librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).
Simo, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/wscript_build2
1 files changed, 1 insertions, 1 deletions
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
)