summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-02 23:07:59 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-02 23:24:33 +0200
commit8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0 (patch)
treeeee039b69b32b29aa01ecb0eed1e8a78b48f0ce0 /source3/Makefile.in
parente0a6a344be326c58dc9307f286226f76f15f78e8 (diff)
downloadsamba-8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0.tar.gz
samba-8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0.tar.bz2
samba-8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0.zip
Move mount.cifs/umount.cifs to the top level and remove the outdated copy
in Samba 4.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9c87c6776a..e82a0aff35 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -979,11 +979,11 @@ CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(LDB_OBJ) \
$(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) $(POPT_LIB_OBJ) \
$(LIBNDR_GEN_OBJ0)
-CIFS_MOUNT_OBJ = client/mount.cifs.o client/mtab.o
+CIFS_MOUNT_OBJ = ../client/mount.cifs.o ../client/mtab.o
-CIFS_UMOUNT_OBJ = client/umount.cifs.o client/mtab.o
+CIFS_UMOUNT_OBJ = ../client/umount.cifs.o ../client/mtab.o
-CIFS_UPCALL_OBJ = client/cifs.upcall.o
+CIFS_UPCALL_OBJ = ../client/cifs.upcall.o
NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(LIBNMB_OBJ) \
$(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) $(LIBSAMBA_OBJ)