summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8140f0aa21..8e338fd82f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -318,7 +318,7 @@ LIBNDR_OBJ = ../librpc/ndr/ndr_basic.o \
../librpc/ndr/ndr_string.o \
../librpc/ndr/uuid.o \
librpc/ndr/util.o \
- librpc/ndr/ndr_server_id.o \
+ librpc/gen_ndr/ndr_server_id.o \
librpc/gen_ndr/ndr_dcerpc.o
LIBNDR_GEN_OBJ0 = librpc/gen_ndr/ndr_samr.o \
@@ -1578,7 +1578,8 @@ IDL_FILES = librpc/idl/messaging.idl \
librpc/idl/wbint.idl \
librpc/idl/perfcount.idl \
librpc/idl/secrets.idl \
- librpc/idl/libnet_join.idl
+ librpc/idl/libnet_join.idl \
+ librpc/idl/server_id.idl
samba3-idl::
@PIDL_OUTPUTDIR="librpc/gen_ndr" PIDL_ARGS="$(PIDL_ARGS)" CPP="$(CPP)" PIDL="../pidl/pidl" \