summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-29 19:09:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:56 -0500
commit6426d8b4a0fceb352641e936e632bf5bb0f84525 (patch)
tree50c38748c04c3936a183c0c4ae68ccdc565663c6 /source3/Makefile.in
parent79534c7c2204cf5cf02053c04d347386cd7ae6d1 (diff)
downloadsamba-6426d8b4a0fceb352641e936e632bf5bb0f84525.tar.gz
samba-6426d8b4a0fceb352641e936e632bf5bb0f84525.tar.bz2
samba-6426d8b4a0fceb352641e936e632bf5bb0f84525.zip
r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is
useful even in binaries that don't link in libsmb (This used to be commit 52545d119277b42a46d13b5b031c85f47d96b84c)
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 72bc8cfcfb..c52afd9842 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -276,7 +276,7 @@ LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/util_unistr.o lib/util_file.o lib/data_blob.o \
lib/util.o lib/util_sock.o lib/sock_exec.o lib/util_sec.o \
lib/substitute.o lib/fsusage.o \
- lib/ms_fnmatch.o lib/select.o \
+ lib/ms_fnmatch.o lib/select.o lib/errmap_unix.o \
lib/tallocmsg.o lib/dmallocmsg.o libsmb/smb_signing.o \
lib/md5.o lib/hmacmd5.o lib/arc4.o lib/iconv.o \
nsswitch/wb_client.o $(WBCOMMON_OBJ) \