summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2012-02-07 10:46:43 -0800
committerMatthieu Patou <mat@samba.org>2012-02-10 23:27:29 +0100
commit474c02acac3d5c286acda7290b359db91e66d6ef (patch)
treefb084cfdb3884ec171c30bffee32b257cdf203c6 /source4/ntvfs
parent05036fab0a9847219c73c0abd931a39fba0bccfd (diff)
downloadsamba-474c02acac3d5c286acda7290b359db91e66d6ef.tar.gz
samba-474c02acac3d5c286acda7290b359db91e66d6ef.tar.bz2
samba-474c02acac3d5c286acda7290b359db91e66d6ef.zip
s3-waf: add dependency on talloc or it won't build if talloc.h is not in the default include path
The problem occurs only if talloc, tdb and ldb are used as system libraries and talloc is not installed in a default. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Feb 10 23:27:29 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/unixuid/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/wscript_build b/source4/ntvfs/unixuid/wscript_build
index 3a7570956b..56fd42d1af 100644
--- a/source4/ntvfs/unixuid/wscript_build
+++ b/source4/ntvfs/unixuid/wscript_build
@@ -4,6 +4,6 @@ bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
- deps='auth_unix_token'
+ deps='auth_unix_token talloc'
)