diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-11 09:04:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:56 -0500 |
commit | 4629fab3e41ae424d7a64f25f34f8af7ae3ddf38 (patch) | |
tree | 31ee7280cddd0a1e2a152b2722fdbb54442614a7 | |
parent | 8de0dcb3d917956d3f8a32664d0fec57e5559753 (diff) | |
download | samba-4629fab3e41ae424d7a64f25f34f8af7ae3ddf38.tar.gz samba-4629fab3e41ae424d7a64f25f34f8af7ae3ddf38.tar.bz2 samba-4629fab3e41ae424d7a64f25f34f8af7ae3ddf38.zip |
r15531: fix linking of smbmnt and smbumount with socket wrapper
metze
(This used to be commit a48b1f7fae538a4220e087a1863015dd8c564005)
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 694c4ab375..32c8429cdf 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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 |