From 3e9faf7efd5c424232503d3aa3950d272ad8d6e8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Feb 2011 22:59:31 +0100 Subject: libcli/auth: fix PAM_ERRORS subsystem build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (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 --- libcli/auth/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcli') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index c47c6f79a1..15f8f643fa 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' ) -- cgit