summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-04 13:59:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-06 07:51:24 +0200
commitf1ec28827f61fcb168249aa9855e7f19c65780ae (patch)
tree54e0f45ecc96e9fb2ee360aca26eb23a4f85ebd3 /source3/Makefile.in
parent2b0de5b5ca1196a39379dcd86a25b6e73c52cf3c (diff)
downloadsamba-f1ec28827f61fcb168249aa9855e7f19c65780ae.tar.gz
samba-f1ec28827f61fcb168249aa9855e7f19c65780ae.tar.xz
samba-f1ec28827f61fcb168249aa9855e7f19c65780ae.zip
libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level
This takes the Samba4 version, with the NT_STATUS_IS_DOS() check. This will be used in smbd/error.c shortly. Andrew Bartlett
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 54b51741e87..180f52eefe2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -543,7 +543,7 @@ LIBNMB_OBJ = libsmb/unexpected.o libsmb/namecache.o libsmb/nmblib.o \
NTERR_OBJ = libsmb/nterr.o libsmb/smberr.o
DOSERR_OBJ = ../libcli/util/doserr.o
-ERRORMAP_OBJ = libsmb/errormap.o
+ERRORMAP_OBJ = ../libcli/util/errormap.o libsmb/errormap.o
DCE_RPC_ERR_OBJ = ../librpc/rpc/dcerpc_error.o
LIBSMB_ERR_OBJ0 = $(NTERR_OBJ) $(DOSERR_OBJ) $(ERRORMAP_OBJ) $(DCE_RPC_ERR_OBJ)