mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r15531: fix linking of smbmnt and smbumount with socket wrapper
metze
(This used to be commit a48b1f7fae
)
This commit is contained in:
parent
8de0dcb3d9
commit
4629fab3e4
@ -591,9 +591,9 @@ CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) \
|
||||
MOUNT_OBJ = client/smbmount.o \
|
||||
$(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ)
|
||||
|
||||
MNT_OBJ = client/smbmnt.o lib/replace.o $(VERSION_OBJ) $(SNPRINTF_OBJ)
|
||||
MNT_OBJ = client/smbmnt.o lib/replace.o $(VERSION_OBJ) $(SNPRINTF_OBJ) @SOCKWRAP@
|
||||
|
||||
UMOUNT_OBJ = client/smbumount.o
|
||||
UMOUNT_OBJ = client/smbumount.o @SOCKWRAP@
|
||||
|
||||
CIFS_MOUNT_OBJ = client/mount.cifs.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user