From 6840549123c9152a9fbe614a2f9d0de758318660 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Feb 2011 00:39:55 +0100 Subject: s3: add server_id.idl and use only autogenerated code. Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther --- source3/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/wscript_build') diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build index a07d4bcee8..4cd98a74b9 100644 --- a/source3/librpc/wscript_build +++ b/source3/librpc/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_SUBSYSTEM('NDR_LIBNET_JOIN', ) bld.SAMBA_SUBSYSTEM('NDR_SERVER_ID', - source='ndr/ndr_server_id.c', + source='gen_ndr/ndr_server_id.c', public_deps='ndr' ) -- cgit