svn commit: samba r15531 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Thu May 11 09:04:24 GMT 2006


Author: metze
Date: 2006-05-11 09:04:24 +0000 (Thu, 11 May 2006)
New Revision: 15531

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15531

Log:
fix linking of smbmnt and smbumount with socket wrapper

metze
Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-05-11 02:57:41 UTC (rev 15530)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-05-11 09:04:24 UTC (rev 15531)
@@ -591,9 +591,9 @@
 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
 



More information about the samba-cvs mailing list