summaryrefslogtreecommitdiff
path: root/libcli/auth/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-11 22:59:31 +0100
committerGünther Deschner <gd@samba.org>2011-02-11 23:50:40 +0100
commit3e9faf7efd5c424232503d3aa3950d272ad8d6e8 (patch)
treee040f52f82c50ffe8188892d24a5d2df1074098f /libcli/auth/wscript_build
parent822a5113241c2ec6c7d0dba4c0e9e1162d5c2c1f (diff)
downloadsamba-3e9faf7efd5c424232503d3aa3950d272ad8d6e8.tar.gz
samba-3e9faf7efd5c424232503d3aa3950d272ad8d6e8.tar.bz2
samba-3e9faf7efd5c424232503d3aa3950d272ad8d6e8.zip
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 <gd@samba.org> Autobuild-Date: Fri Feb 11 23:50:40 CET 2011 on sn-devel-104
Diffstat (limited to 'libcli/auth/wscript_build')
-rw-r--r--libcli/auth/wscript_build3
1 files changed, 2 insertions, 1 deletions
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'
)