s3:utils: Fix header and deps of mvxattr
authorAndreas Schneider <asn@samba.org>
Wed, 13 Jan 2021 08:11:04 +0000 (09:11 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 13 Jan 2021 20:28:34 +0000 (20:28 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/utils/mvxattr.c
source3/utils/wscript_build

index d15025b800f2fc6cc40fa84c977f90f7436b2492..7fad10bc60f71efbbba2c258dda413ca13e7b131 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
-#include "popt_common.h"
+#include <popt.h>
 #include <ftw.h>
 
 static struct rename_xattr_state {
index 9859ecdf7eaa50d47698bd97d6b03bee71ad89f0..a541163141dfd30c72bc6f38f1b45b6472e46897 100644 (file)
@@ -279,7 +279,8 @@ bld.SAMBA3_BINARY('mvxattr',
                  source='mvxattr.c',
                  deps='''
                  talloc
-                 popt_samba3
+                 popt
+                 samba-util
                  ''',
                  enabled=bld.env.build_mvxattr)