summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/wscript_build
diff options
context:
space:
mode:
authorPhilip M. White <pmw@qnan.org>2010-11-03 08:21:34 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-03 08:22:54 +0100
commitcb9d048f90a2d1da7134ea7026be3a1a5574a920 (patch)
tree0651d8af6fc001d9053b8c7cd213fd040755caf4 /source4/auth/ntlm/wscript_build
parentb028f55880f5beedb9acb440d4ea53b54345870b (diff)
downloadsamba-cb9d048f90a2d1da7134ea7026be3a1a5574a920.tar.gz
samba-cb9d048f90a2d1da7134ea7026be3a1a5574a920.tar.bz2
samba-cb9d048f90a2d1da7134ea7026be3a1a5574a920.zip
s4:waf - fix the build on Gentoo platforms
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r--source4/auth/ntlm/wscript_build6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index ef01f09f0a..a4d18161b3 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -11,7 +11,8 @@ bld.SAMBA_MODULE('auth_sam_module',
bld.SAMBA_MODULE('auth_anonymous',
source='auth_anonymous.c',
subsystem='auth',
- init_function='auth_anonymous_init'
+ init_function='auth_anonymous_init',
+ deps='talloc'
)
@@ -34,7 +35,8 @@ bld.SAMBA_MODULE('auth_winbind',
bld.SAMBA_MODULE('auth_developer',
source='auth_developer.c',
subsystem='auth',
- init_function='auth_developer_init'
+ init_function='auth_developer_init',
+ deps='talloc'
)