summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-04-23 15:56:39 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-04-23 16:53:03 +0200
commit93179239ebda8e34c3fda671c1127a8214c216fa (patch)
tree436dcf283aff327687f0bb34a7e8c0fe42c5f28a
parent67fd0cd62e14d0edce4e73f8fdafa3722f9c50f6 (diff)
downloadsamba-93179239ebda8e34c3fda671c1127a8214c216fa.tar.gz
Add missing dependency on com_err.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Apr 23 16:53:03 CEST 2011 on sn-devel-104
-rw-r--r--libcli/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index e7d8b5660f5..bdf52d0399e 100644
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -41,4 +41,4 @@ bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE',
bld.SAMBA_SUBSYSTEM('KRB5_WRAP',
source='krb5_wrap.c kerberos_pac.c',
- deps='krb5 ndr-krb5pac')
+ deps='krb5 ndr-krb5pac com_err')