From: Andrew Bartlett Date: Tue, 25 Jun 2002 13:18:09 +0000 (+0000) Subject: And fix another missing ubiqx... X-Git-Tag: samba-3.0.0alpha18~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184be390a842221470cdc20f05eb3dc14de5b534;p=thirdparty%2Fsamba.git And fix another missing ubiqx... (Didn't have smbmnt compiled in originally, so it missed my tests) --- diff --git a/source/Makefile.in b/source/Makefile.in index d9a43e61952..069b4a1af50 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -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)