svn commit: samba r15534 - in trunk/source: .

metze at samba.org metze at samba.org
Thu May 11 11:07:27 GMT 2006


Author: metze
Date: 2006-05-11 11:07:26 +0000 (Thu, 11 May 2006)
New Revision: 15534

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

Log:
fix linking of smbmnt and smbumount with socket wrapper

metze
Modified:
   trunk/source/Makefile.in


Changeset:
Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-05-11 11:01:47 UTC (rev 15533)
+++ trunk/source/Makefile.in	2006-05-11 11:07:26 UTC (rev 15534)
@@ -604,9 +604,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