Fix the smbmnt compile.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Jun 2002 11:38:26 +0000 (11:38 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 25 Jun 2002 11:38:26 +0000 (11:38 +0000)
(This used to be commit 987633021f13d2c3571fbe2c1f9ff86a14c046e6)

source3/Makefile.in

index f07aa265e45c3c180fc9448bd8163f42f19ba7d4..d9a43e61952f1550e711738210a148126e0d43c5 100644 (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)