From 4217734a51adbcdf3dcf45599e119247958802af Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 7 Nov 2010 02:05:51 +0100 Subject: credentials: Lowercase library name, Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 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 e181334fcc..d020465f1b 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 NAMED_PIPE_AUTH_TSTREAM gssapi CREDENTIALS DCERPC_SHARE' + deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi credentials DCERPC_SHARE' ) -- cgit