From 43e3555ed94131da9ef7fc9a8bd3d81ce9ec6db4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 23 Sep 2010 05:54:12 -0700 Subject: s4-waf: move two more NDR_ subsystems to main directory. Guenther --- source4/librpc/wscript_build | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source4/librpc') 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' -- cgit