summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-06 18:51:10 -0800
committerJeremy Allison <jra@samba.org>2007-12-06 18:51:10 -0800
commit761cd249821250f8e74418aa63d4befc5d129c82 (patch)
tree543d2231047ff56a8ee9c4c5f3d7e776782a0a39 /source3
parent9fdf2d05867e5d6abd9099996b9e6c071bdbd0e7 (diff)
downloadsamba-761cd249821250f8e74418aa63d4befc5d129c82.tar.gz
samba-761cd249821250f8e74418aa63d4befc5d129c82.tar.bz2
samba-761cd249821250f8e74418aa63d4befc5d129c82.zip
Missed smbmnt popt.
Jeremy. (This used to be commit da558a7bdb40c755aee60198d1f9eb9efe4c5463)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 127a631513..9917231c7a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -736,7 +736,7 @@ CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) \
MOUNT_OBJ = client/smbmount.o \
$(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ)
-MNT_OBJ = client/smbmnt.o $(VERSION_OBJ) $(LIBREPLACE_OBJ) $(POPT_LIB_OBJ) $(SOCKET_WRAPPER_OBJ)
+MNT_OBJ = client/smbmnt.o $(VERSION_OBJ) $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ)
UMOUNT_OBJ = client/smbumount.o $(PARAM_OBJ) $(LIBSMB_OBJ) \
$(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ)