summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-11-24 14:11:28 +0100
committerJeremy Allison <jra@samba.org>2011-12-02 22:43:05 +0100
commit1c46fb5c3e8a1b5ce0d61f39d934bb68074953cb (patch)
tree2369645574aa86f197911898fe21a9d397d29196 /source3/librpc/idl
parent057e4422a7c0b54f32b698f0ef9c3507084501d9 (diff)
downloadsamba-1c46fb5c3e8a1b5ce0d61f39d934bb68074953cb.tar.gz
samba-1c46fb5c3e8a1b5ce0d61f39d934bb68074953cb.tar.bz2
samba-1c46fb5c3e8a1b5ce0d61f39d934bb68074953cb.zip
s3: Use autogenerated open_files.idl
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build
index 3e07542320..949eecd7dd 100644
--- a/source3/librpc/idl/wscript_build
+++ b/source3/librpc/idl/wscript_build
@@ -5,7 +5,7 @@ import os
topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
bld.SAMBA_PIDL_LIST('PIDL',
- '''messaging.idl libnetapi.idl
+ '''messaging.idl libnetapi.idl open_files.idl
perfcount.idl secrets.idl libnet_join.idl''',
options='--includedir=%s --header --ndr-parser' % topinclude,
output_dir='../gen_ndr')