diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-06-25 11:38:26 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-06-25 11:38:26 +0000 |
commit | de40355080b7f65151f36958de9dba7674a4ccac (patch) | |
tree | 0f22f4268587c437805c67b1fd3181bcb923e7f1 | |
parent | 8e387b8178416552e9b7e504c7eb8e1b16b5edcb (diff) | |
download | samba-de40355080b7f65151f36958de9dba7674a4ccac.tar.gz samba-de40355080b7f65151f36958de9dba7674a4ccac.tar.bz2 samba-de40355080b7f65151f36958de9dba7674a4ccac.zip |
Fix the smbmnt compile.
(This used to be commit 987633021f13d2c3571fbe2c1f9ff86a14c046e6)
-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 f07aa265e4..d9a43e6195 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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) |