From 292fe7497134a9cc8f05844951547a2e8d14a4ac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 18 Aug 2011 20:43:00 +0200 Subject: credentials: Rename library to samba-credentials to avoid name clashes. Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 --- source4/ntvfs/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/wscript_build') diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build index fa1e071395..6d554f2273 100644 --- a/source4/ntvfs/wscript_build +++ b/source4/ntvfs/wscript_build @@ -52,7 +52,7 @@ bld.SAMBA_MODULE('ntvfs_ipc', autoproto='ipc/proto.h', subsystem='ntvfs', init_function='ntvfs_ipc_init', - deps='NDR_NAMED_PIPE_AUTH npa_tstream gssapi credentials DCERPC_SHARE' + deps='NDR_NAMED_PIPE_AUTH npa_tstream gssapi samba-credentials DCERPC_SHARE' ) -- cgit