diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-06-25 13:18:09 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-06-25 13:18:09 +0000 |
commit | a96bff6e4ec22661513c5db937251f9cce665de6 (patch) | |
tree | 3a932ee25d9f81339e6cd6fcd9803f4a8f9c2305 | |
parent | de40355080b7f65151f36958de9dba7674a4ccac (diff) | |
download | samba-a96bff6e4ec22661513c5db937251f9cce665de6.tar.gz samba-a96bff6e4ec22661513c5db937251f9cce665de6.tar.bz2 samba-a96bff6e4ec22661513c5db937251f9cce665de6.zip |
And fix another missing ubiqx...
(Didn't have smbmnt compiled in originally, so it missed my tests)
(This used to be commit 184be390a842221470cdc20f05eb3dc14de5b534)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d9a43e6195..069b4a1af5 100644 --- a/source3/Makefile.in +++ b/source3/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) |