1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix the smbmnt compile.

(This used to be commit 987633021f)
This commit is contained in:
Andrew Bartlett 2002-06-25 11:38:26 +00:00
parent 8e387b8178
commit de40355080

View File

@ -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)