From: Günther Deschner Date: Fri, 11 Feb 2011 21:59:31 +0000 (+0100) Subject: libcli/auth: fix PAM_ERRORS subsystem build. X-Git-Tag: tevent-0.9.11~719 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e9faf7efd5c424232503d3aa3950d272ad8d6e8;p=thirdparty%2Fsamba.git libcli/auth: fix PAM_ERRORS subsystem build. (waf-)god knows why, without this (fake) dependency, ./configure && make fails while including replace.h while ./configure.developer && make succeeds... Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Feb 11 23:50:40 CET 2011 on sn-devel-104 --- diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index c47c6f79a11..15f8f643fa9 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -26,5 +26,6 @@ bld.SAMBA_SUBSYSTEM('COMMON_SCHANNELDB', bld.SAMBA_SUBSYSTEM('PAM_ERRORS', - source='pam_errors.c' + source='pam_errors.c', + deps='talloc' )