summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:47:48 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commit091e8fe14b51c550ea9d8360651378ebb0e3491b (patch)
tree5169f754fa05261bdcb13d4b974b95ff95f5f480 /librpc
parent718f9da0a7fb9f48660016a7baafecdb3ed6e4e0 (diff)
downloadsamba-091e8fe14b51c550ea9d8360651378ebb0e3491b.tar.gz
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 <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build4
1 files changed, 2 insertions, 2 deletions
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')