summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-16 00:39:55 +0100
committerGünther Deschner <gd@samba.org>2011-02-17 16:02:19 +0100
commit6840549123c9152a9fbe614a2f9d0de758318660 (patch)
treea51f4ec0e5a6ca826ab3295846759aa64cca6f24 /source3/librpc/wscript_build
parentaa3f749575ac551b1b0886838ef023aab14d123f (diff)
downloadsamba-6840549123c9152a9fbe614a2f9d0de758318660.tar.gz
samba-6840549123c9152a9fbe614a2f9d0de758318660.tar.bz2
samba-6840549123c9152a9fbe614a2f9d0de758318660.zip
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
Diffstat (limited to 'source3/librpc/wscript_build')
-rw-r--r--source3/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)