diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 10:55:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 12:40:08 +0200 |
commit | d057116cc2e454ba097d0dcb22e16108a05a4a1b (patch) | |
tree | aee1503507f6a5d54b92284a57f758b80fa70820 /source4/librpc/idl/wscript_build | |
parent | 174893c312f700105f8cda069cdb3b51a5aa602c (diff) | |
download | samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.tar.gz samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.tar.bz2 samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.zip |
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/librpc/idl/wscript_build')
-rw-r--r-- | source4/librpc/idl/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build index 6fe3690b33..a35dc79768 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 nfs4acl.idl s4_notify.idl ntp_signd.idl - opendb.idl sasl_helpers.idl server_id4.idl winbind.idl + opendb.idl sasl_helpers.idl winbind.idl winsif.idl winsrepl.idl winstation.idl''', options="--includedir=%s --header --ndr-parser --client --python --server" % topinclude, output_dir='../gen_ndr') |