diff options
author | Andreas Schneider <asn@samba.org> | 2016-11-22 11:50:04 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-12-04 16:35:21 +0100 |
commit | 676043cf08d83e02686c208421bccf0ac92f5e33 (patch) | |
tree | 3e214e8afa72ec5cb11a5f27f3f3d830068bfb21 /source3/wscript_build | |
parent | cbcf9fa004784ba83d9a481ecfd94d7303ce7229 (diff) | |
download | samba-676043cf08d83e02686c208421bccf0ac92f5e33.tar.gz |
s3:waf samba3util requires CHARSET3
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 599d84ec6bb..6fa3ce6944a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -335,6 +335,7 @@ bld.SAMBA3_SUBSYSTEM('samba3util', lib/sock_exec.c ''', deps=''' + CHARSET3 ndr LIBTSOCKET samba-security |