1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

And fix another missing ubiqx...

(Didn't have smbmnt compiled in originally, so it missed my tests)
(This used to be commit 184be390a8)
This commit is contained in:
Andrew Bartlett 2002-06-25 13:18:09 +00:00
parent de40355080
commit a96bff6e4e

View File

@ -377,7 +377,7 @@ MNT_OBJ = client/smbmnt.o \
$(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ)
UMOUNT_OBJ = client/smbumount.o \
$(PARAM_OBJ) $(LIB_OBJ)
$(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ)
NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(UBIQX_OBJ) \
$(LIBSMB_OBJ) $(LIB_OBJ)