summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-03-19 18:23:09 +1300
committerVolker Lendecke <vl@samba.org>2015-03-19 18:01:09 +0100
commit5f01bb1b069baa81c49f620cbf6f86dc36311d01 (patch)
tree39f1c573322add40b2f76d0f97c99c33430d07ea /auth
parentffe33940faa6fb762fd2483f0245448b0434be00 (diff)
downloadsamba-5f01bb1b069baa81c49f620cbf6f86dc36311d01.tar.gz
build: Add talloc and samba-debug dep for gensec_external module
On a host without a talloc.h, this caused the build to fail Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Mar 19 18:01:09 CET 2015 on sn-devel-104
Diffstat (limited to 'auth')
-rwxr-xr-xauth/gensec/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index b2f6033ed00..e6d179b5806 100755
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -36,5 +36,6 @@ bld.SAMBA_MODULE('gensec_external',
source='external.c',
autoproto='external_proto.h',
subsystem='gensec',
+ deps='samba-debug talloc',
init_function='gensec_external_init'
)