diff options
author | Ralph Boehme <rb@sernet.de> | 2014-08-11 22:29:09 +0200 |
---|---|---|
committer | Ralph Böhme <slow@samba.org> | 2015-07-07 17:34:28 +0200 |
commit | 480cc511ff350fd6c6952e8fa991571784b3aa23 (patch) | |
tree | 1abc65658b3d101e4b890d1184d4327e3fd3073a /source3/wscript_build | |
parent | 4b0ee5d209778694d7ee8514bfa9d38f07e39901 (diff) | |
download | samba-480cc511ff350fd6c6952e8fa991571784b3aa23.tar.gz |
s3-mdssvc: add mdssd RPC service daemon for mdssvc
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 79a0158218e..67b6c8d96db 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -857,7 +857,7 @@ bld.SAMBA3_SUBSYSTEM('LIBLSA', bld.SAMBA3_BINARY('smbd/smbd', source='smbd/server.c', - deps='smbd_base EPMD LSASD FSSD', + deps='smbd_base EPMD LSASD FSSD MDSSD', install_path='${SBINDIR}') bld.SAMBA3_BINARY('nmbd/nmbd', |