]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc: add RPC_NDR_MDSSVC
authorRalph Boehme <slow@samba.org>
Mon, 15 Jul 2019 14:44:08 +0000 (16:44 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Aug 2019 20:24:32 +0000 (20:24 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/wscript_build

index 70fe8c2f7fe3d9f37c26adb18e7da78d3f199368..d72592b52ccc23fbdca98e0ebae935d572a02091 100644 (file)
@@ -597,6 +597,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_CLUSAPI',
     public_deps='dcerpc-binding NDR_CLUSAPI'
     )
 
+bld.SAMBA_SUBSYSTEM('RPC_NDR_MDSSVC',
+    source='gen_ndr/ndr_mdssvc_c.c',
+    public_deps='dcerpc-binding NDR_MDSSVC'
+    )
+
 # a grouping library for NDR subsystems that may be used by more than one target
 bld.SAMBA_LIBRARY('ndr-samba',
     source=[],