diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-04-23 15:56:39 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-04-23 16:53:03 +0200 |
commit | 93179239ebda8e34c3fda671c1127a8214c216fa (patch) | |
tree | 436dcf283aff327687f0bb34a7e8c0fe42c5f28a /libcli/auth/wscript_build | |
parent | 67fd0cd62e14d0edce4e73f8fdafa3722f9c50f6 (diff) | |
download | samba-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
Diffstat (limited to 'libcli/auth/wscript_build')
-rw-r--r-- | libcli/auth/wscript_build | 2 |
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') |