summaryrefslogtreecommitdiff
path: root/source3/utils/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-01-13 09:11:04 +0100
committerVolker Lendecke <vl@samba.org>2021-01-13 20:28:34 +0000
commitc6ce7f2def3e9fa4e649522b8ba9f44ef8f61ada (patch)
tree2aa869342d1e78a28cdb3dba79aa13df79daab83 /source3/utils/wscript_build
parent33806a9ed95006491a1a576d6b5182c32270c82e (diff)
downloadsamba-c6ce7f2def3e9fa4e649522b8ba9f44ef8f61ada.tar.gz
s3:utils: Fix header and deps of mvxattr
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/utils/wscript_build')
-rw-r--r--source3/utils/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build
index 9859ecdf7ea..a541163141d 100644
--- a/source3/utils/wscript_build
+++ b/source3/utils/wscript_build
@@ -279,7 +279,8 @@ bld.SAMBA3_BINARY('mvxattr',
source='mvxattr.c',
deps='''
talloc
- popt_samba3
+ popt
+ samba-util
''',
enabled=bld.env.build_mvxattr)