summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-xsource4/librpc/wscript_build13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 52df05f53a..72cf1d887a 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -42,19 +42,6 @@ bld.SAMBA_SUBSYSTEM('NDR_IRPC',
)
-bld.SAMBA_SUBSYSTEM('NDR_DCOM',
- source='../../librpc/gen_ndr/ndr_dcom.c',
- public_deps='LIBNDR NDR_SECURITY NDR_ORPC'
- )
-
-
-bld.SAMBA_SUBSYSTEM('NDR_WMI',
- source='../../librpc/ndr/ndr_wmi.c ../../librpc/gen_ndr/ndr_wmi.c',
- public_deps='LIBNDR NDR_SECURITY NDR_DCOM'
- )
-
-
-
bld.SAMBA_SUBSYSTEM('NDR_SASL_HELPERS',
source='gen_ndr/ndr_sasl_helpers.c',
public_deps='LIBNDR'