From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:47:48 +0000 (+1200) Subject: librpc: Remove s4 server build of dfs X-Git-Tag: talloc-2.3.1~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=091e8fe14b51c550ea9d8360651378ebb0e3491b;p=thirdparty%2Fsamba.git librpc: Remove s4 server build of dfs We do not have a source4 varient of the dfs server, so do not generate the code for it. DFS is very closely tied to SMB so we use the DFS server in smbd. Signed-off-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 39935db4ac2..3cf818e7658 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_PIDL_LIST('PIDL', '''drsuapi.idl epmapper.idl eventlog.idl - browser.idl dfs.idl dssetup.idl frsapi.idl + browser.idl dssetup.idl frsapi.idl rot.idl spoolss.idl w32time.idl dnsserver.idl echo.idl lsa.idl oxidresolver.idl samr.idl srvsvc.idl winreg.idl @@ -23,7 +23,7 @@ bld.SAMBA_PIDL_LIST('PIDL', # Services that we only have a server in the source3 style bld.SAMBA_PIDL_LIST('PIDL', - '''initshutdown.idl ntsvcs.idl''', + '''dfs.idl initshutdown.idl ntsvcs.idl''', options='--header --ndr-parser --client --python --samba3-ndr-server', output_dir='../gen_ndr')