summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-08-01 07:45:02 +0000
committerVolker Lendecke <vlendec@samba.org>2003-08-01 07:45:02 +0000
commita34ba764354354d246150924e6499ee14478d05d (patch)
tree74a587ebc127daec0d1c4c578b67a21a03865298 /source3/Makefile.in
parentd574b612e48780b31367fe2da399469990aae633 (diff)
downloadsamba-a34ba764354354d246150924e6499ee14478d05d.tar.gz
samba-a34ba764354354d246150924e6499ee14478d05d.tar.bz2
samba-a34ba764354354d246150924e6499ee14478d05d.zip
locking.c now refers to map_nt_error_from_unix, so link it in with
smbstatus and smbcontrol Volker (This used to be commit c2c901e06b9723e33cccdb592c609072b4376c10)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6bc4a81405..13f0b4b95f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -396,11 +396,11 @@ SMBSH_OBJ = smbwrapper/smbsh.o smbwrapper/shared.o \
STATUS_OBJ = utils/status.o $(LOCKING_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(PROFILE_OBJ) $(LIB_OBJ) $(POPT_LIB_OBJ) \
- lib/dummyroot.o
+ lib/dummyroot.o libsmb/errormap.o
SMBCONTROL_OBJ = utils/smbcontrol.o $(LOCKING_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(PROFILE_OBJ) $(LIB_OBJ) $(POPT_LIB_OBJ) \
- printing/notify.o printing/printing_db.o lib/dummyroot.o
+ printing/notify.o printing/printing_db.o lib/dummyroot.o libsmb/errormap.o
SMBTREE_OBJ = utils/smbtree.o $(LOCKING_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(PROFILE_OBJ) $(LIB_OBJ) $(LIBSMB_OBJ) \