From: Andrew Bartlett Date: Tue, 25 Jun 2002 11:38:26 +0000 (+0000) Subject: Fix the smbmnt compile. X-Git-Tag: samba-3.0.0alpha18~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=987633021f13d2c3571fbe2c1f9ff86a14c046e6;p=thirdparty%2Fsamba.git Fix the smbmnt compile. --- diff --git a/source/Makefile.in b/source/Makefile.in index f07aa265e45..d9a43e61952 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -374,7 +374,7 @@ MOUNT_OBJ = client/smbmount.o \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) MNT_OBJ = client/smbmnt.o \ - $(PARAM_OBJ) $(LIB_OBJ) + $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) UMOUNT_OBJ = client/smbumount.o \ $(PARAM_OBJ) $(LIB_OBJ)