From e34ba447ec8a54db744f0103d91ec05f7cfd60ce Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 15 Feb 2011 17:37:03 +0100 Subject: s3-librpc: move server_id marshalling to own helper file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104 --- source3/librpc/wscript_build | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'source3/librpc/wscript_build') diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build index ae43531f39..a07d4bcee8 100644 --- a/source3/librpc/wscript_build +++ b/source3/librpc/wscript_build @@ -10,14 +10,19 @@ bld.SAMBA_SUBSYSTEM('NDR_LIBNET_JOIN', public_deps='ndr' ) +bld.SAMBA_SUBSYSTEM('NDR_SERVER_ID', + source='ndr/ndr_server_id.c', + public_deps='ndr' + ) + bld.SAMBA_SUBSYSTEM('NDR_MESSAGING', source='gen_ndr/ndr_messaging.c', - public_deps='ndr' + public_deps='ndr NDR_SERVER_ID' ) bld.SAMBA_SUBSYSTEM('NDR_NOTIFY', source='gen_ndr/ndr_notify.c', - public_deps='ndr NDR_FILE_ID' + public_deps='ndr NDR_FILE_ID NDR_SERVER_ID' ) bld.SAMBA_SUBSYSTEM('NDR_SECRETS', -- cgit