From 5548d3d41e3db378802e614656d3f708a3edd214 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Oct 2010 00:36:21 +0200 Subject: Add missing dependencies for com_err. --- source4/auth/credentials/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/credentials') diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index 1cfde8db4cb..fad29c8f693 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS', source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c ../kerberos/kerberos_util.c', autoproto='credentials_proto.h', - public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB gssapi', + public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB gssapi com_err', public_headers='credentials.h', deps='SECRETS SAMDB' ) -- cgit