summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librpc/idl/winstation.idl (renamed from source4/librpc/idl/winstation.idl)0
-rw-r--r--librpc/idl/wscript_build1
-rw-r--r--librpc/wscript_build5
-rw-r--r--source4/librpc/idl/wscript_build2
-rw-r--r--source4/librpc/wscript_build6
5 files changed, 7 insertions, 7 deletions
diff --git a/source4/librpc/idl/winstation.idl b/librpc/idl/winstation.idl
index fb02fa73df5..fb02fa73df5 100644
--- a/source4/librpc/idl/winstation.idl
+++ b/librpc/idl/winstation.idl
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 830308491da..b66f27be901 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -92,6 +92,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
scerpc.idl
trkwks.idl
w32time.idl
+ winstation.idl
wzcsvc.idl
''',
options='--header --ndr-parser',
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 50cbed7e824..5eb78e6010a 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -449,6 +449,11 @@ bld.SAMBA_SUBSYSTEM('NDR_MESSAGING',
public_deps='ndr NDR_SERVER_ID'
)
+bld.SAMBA_SUBSYSTEM('NDR_WINSTATION',
+ source='gen_ndr/ndr_winstation.c',
+ public_deps='ndr'
+ )
+
bld.SAMBA_SUBSYSTEM('RPC_NDR_ATSVC',
source='gen_ndr/ndr_atsvc_c.c',
public_deps='dcerpc-binding NDR_ATSVC'
diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build
index f8dca6af4a7..58555e6bf55 100644
--- a/source4/librpc/idl/wscript_build
+++ b/source4/librpc/idl/wscript_build
@@ -7,7 +7,7 @@ topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
bld.SAMBA_PIDL_LIST('PIDL',
source='''ntp_signd.idl
opendb.idl sasl_helpers.idl
- winsif.idl winsrepl.idl winstation.idl''',
+ winsif.idl winsrepl.idl''',
options="--includedir=%s --header --ndr-parser" % topinclude,
output_dir='../gen_ndr')
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index c0ba7613273..009b2e13d2e 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -5,12 +5,6 @@ bld.RECURSE('../../librpc/tools')
bld.RECURSE('idl')
-bld.SAMBA_SUBSYSTEM('NDR_WINSTATION',
- source='gen_ndr/ndr_winstation.c',
- public_deps='ndr'
- )
-
-
bld.SAMBA_SUBSYSTEM('NDR_IRPC',
source='gen_ndr/ndr_irpc.c',
public_deps='ndr NDR_SECURITY ndr_nbt'