summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-17 06:04:15 +0000
committerTim Potter <tpot@samba.org>2002-03-17 06:04:15 +0000
commitddb5753e36b8c5efb48ce5c82c16d970fb8e76b6 (patch)
tree0a4b4344b299daedd351e5aca198a5dcae94d911 /source/Makefile.in
parent1f007d3ed41c1b71a89fa6be7d173e67e927c302 (diff)
downloadsamba-ddb5753e36b8c5efb48ce5c82c16d970fb8e76b6.tar.gz
samba-ddb5753e36b8c5efb48ce5c82c16d970fb8e76b6.tar.xz
samba-ddb5753e36b8c5efb48ce5c82c16d970fb8e76b6.zip
Added dos_errstr() function. Not all errors in list yet.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 30f616c0971..756898365b3 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -152,8 +152,8 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \
libsmb/nterr.o libsmb/smbdes.o libsmb/smbencrypt.o \
libsmb/smberr.o libsmb/credentials.o libsmb/pwd_cache.o \
libsmb/clioplock.o libsmb/errormap.o libsmb/clirap2.o \
- libsmb/passchange.o libsmb/unexpected.o $(RPC_PARSE_OBJ1) \
- $(LIBADS_OBJ)
+ libsmb/passchange.o libsmb/unexpected.o libsmb/doserr.o \
+ $(RPC_PARSE_OBJ1) $(LIBADS_OBJ)
LIBMSRPC_OBJ = libsmb/cli_lsarpc.o libsmb/cli_samr.o libsmb/cli_spoolss.o \
libsmb/cli_netlogon.o libsmb/cli_srvsvc.o libsmb/cli_wkssvc.o \