summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-09 11:50:14 +0100
committerStefan Metzmacher <metze@samba.org>2007-11-09 11:51:20 +0100
commit84df45786026800601439dba4656eecec4e4b5f7 (patch)
tree240cb03e99fb8a06da46b4ac6196998bb1755843 /source3/Makefile.in
parent62fcfe988cc442742ca59e4c48c3793c5ed56a8c (diff)
downloadsamba-84df45786026800601439dba4656eecec4e4b5f7.tar.gz
samba-84df45786026800601439dba4656eecec4e4b5f7.tar.bz2
samba-84df45786026800601439dba4656eecec4e4b5f7.zip
use samba4's librpc/ndr/uuid.c
metze (This used to be commit c148e91fdedd20cfb737465dffc86ed6fa7d7c02)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 884e5a40a5..0ed7b4e898 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -247,7 +247,8 @@ PASSCHANGE_OBJ = libsmb/passchange.o
LIBNDR_OBJ = librpc/ndr/ndr_basic.o librpc/ndr/ndr.o librpc/ndr/ndr_misc.o \
- librpc/ndr/ndr_sec_helper.o librpc/ndr/ndr_string.o librpc/ndr/sid.o
+ librpc/ndr/ndr_sec_helper.o librpc/ndr/ndr_string.o librpc/ndr/sid.o \
+ librpc/ndr/uuid.o
RPCCLIENT_NDR_OBJ = rpc_client/ndr.o