summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 17:46:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:13 +1000
commitb0fb567f04240db3e523b5f285f5fe08e01a2a5a (patch)
tree15c8024c8d189d56552100ff7b99036653f282b5 /source4/auth
parentab1b0965380e927faa39ce4bf7f7de14e2d29afc (diff)
downloadsamba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.tar.gz
samba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.tar.bz2
samba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.zip
s4-waf: more dependencies on talloc
these are needed so we can support a system talloc without using the bundled talloc.h
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/ntlm/wscript_build3
-rw-r--r--source4/auth/wscript_build1
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 611d678635..1ce42e80b4 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -47,7 +47,8 @@ bld.SAMBA_MODULE('auth_unix',
bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
- source='pam_errors.c'
+ source='pam_errors.c',
+ deps='talloc'
)
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index e159292b77..ca9e85d1b8 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -43,6 +43,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam',
bld.SAMBA_SUBSYSTEM('auth_sam_reply',
source='auth_sam_reply.c',
+ deps='talloc',
autoproto='auth_sam_reply.h'
)