summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 23:21:06 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 12:42:09 +0100
commit7f8bc6a2d904bd5b5c056ec96a68ee928659324a (patch)
treeec6bd17b0d0b8544a9bff4d473b9d457488488e1 /source3/Makefile.in
parente311becaad4945c31bc7e3bec5e4be6073c94e82 (diff)
downloadsamba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.gz
samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.bz2
samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.zip
errors: share dcerpc error function.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index eae7dad7a6..c737b32468 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -406,7 +406,7 @@ LIBNMB_OBJ = libsmb/unexpected.o libsmb/namecache.o libsmb/nmblib.o \
NTERR_OBJ = libsmb/nterr.o
DOSERR_OBJ = libsmb/doserr.o
ERRORMAP_OBJ = libsmb/errormap.o
-DCE_RPC_ERR_OBJ = libsmb/dcerpc_err.o
+DCE_RPC_ERR_OBJ = ../librpc/rpc/dcerpc_error.o
LIBSMB_ERR_OBJ0 = $(NTERR_OBJ) $(DOSERR_OBJ) $(ERRORMAP_OBJ) $(DCE_RPC_ERR_OBJ) \
libsmb/smbdes.o libsmb/smbencrypt.o libsmb/ntlmssp_parse.o