From 974ed9cf2c10ab3384c1070c22f5cd42908c95f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 May 2010 10:15:04 +1000 Subject: s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmap These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett --- source4/librpc/wscript_build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source4/librpc/wscript_build') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index ab80c09e66..5e5c5f5b04 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -319,9 +319,14 @@ bld.SAMBA_SUBSYSTEM('NDR_WINSREPL', ) +bld.SAMBA_SUBSYSTEM('NDR_IDMAP', + source='../../librpc/gen_ndr/ndr_idmap.c', + public_deps='LIBNDR NDR_STANDARD' + ) + bld.SAMBA_SUBSYSTEM('NDR_WINBIND', source='gen_ndr/ndr_winbind.c', - public_deps='LIBNDR NDR_STANDARD' + public_deps='NDR_IDMAP LIBNDR NDR_STANDARD' ) -- cgit