diff options
author | Ralph Boehme <slow@samba.org> | 2019-05-02 21:33:46 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2019-10-09 14:35:29 +0000 |
commit | c85cd5c4311512fff18b04267408eb60d7c8ecdf (patch) | |
tree | 4c9e9588ff8c0a15d6d41d11cb150e620a7490fd /source3/utils/wscript_build | |
parent | da7dec0a50fa5d9f6b92403d8703cd6b7a42159c (diff) | |
download | samba-c85cd5c4311512fff18b04267408eb60d7c8ecdf.tar.gz |
s3:utils: add mdfind
A small command line tool to run macOS Spotlight searches against an SMB server
that runs the Spotlight mdssvc RPC service, including macOS and Samba.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'source3/utils/wscript_build')
-rw-r--r-- | source3/utils/wscript_build | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build index b6ff3697ca0..3e0539b2cea 100644 --- a/source3/utils/wscript_build +++ b/source3/utils/wscript_build @@ -310,3 +310,17 @@ bld.SAMBA3_BINARY('smbstatus', PROFILE CONN_TDB ''') + +bld.SAMBA3_BINARY('mdfind', + source='mdfind.c', + deps=''' + talloc + tevent + smbconf + popt_samba3 + popt_samba3_cmdline + libsmb + msrpc3 + RPCCLI_MDSSVC + mdssvc + ''') |