summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-05-08 12:17:32 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-06-11 10:18:26 +0200
commitf4ab082d2b984b7deb3afbc7a26e238aa5b3b8c3 (patch)
tree7c8cfead272ce18d074a6f47edc12d748cb6c241 /source4/librpc/idl
parent223fbdaf3872fe71a75fec62813b91612af73a2b (diff)
downloadsamba-f4ab082d2b984b7deb3afbc7a26e238aa5b3b8c3.tar.gz
samba-f4ab082d2b984b7deb3afbc7a26e238aa5b3b8c3.tar.xz
samba-f4ab082d2b984b7deb3afbc7a26e238aa5b3b8c3.zip
librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests to internal winbind calls
Change-Id: Iba3913d5a1c7f851b93f37e9beb6dbb20fbf7e55 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build
index 7e54e8dfa4e..6e3e36a6a6b 100644
--- a/source4/librpc/idl/wscript_build
+++ b/source4/librpc/idl/wscript_build
@@ -6,7 +6,7 @@ topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
bld.SAMBA_PIDL_LIST('PIDL',
source='''irpc.idl ntp_signd.idl
- opendb.idl sasl_helpers.idl winbind.idl
+ opendb.idl sasl_helpers.idl
winsif.idl winsrepl.idl winstation.idl''',
options="--includedir=%s --header --ndr-parser --client --python --server" % topinclude,
output_dir='../gen_ndr')