git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9774970
)
Do not link in SOCKET_WRAPPER_OBJ twice
author
Volker Lendecke
<vl@sernet.de>
Thu, 22 Nov 2007 14:48:47 +0000
(15:48 +0100)
committer
Volker Lendecke
<vl@sernet.de>
Thu, 22 Nov 2007 15:00:13 +0000
(16:00 +0100)
(This used to be commit
99b3289aa44c94c16f5330eba841fd9c21c6303b
)
source3/Makefile.in
patch
|
blob
|
history
diff --git
a/source3/Makefile.in
b/source3/Makefile.in
index db6f12321a66574dbce971d02193f73e3d3b1586..4cec671891b205d7fe61a543e98d9a66404a3ca4 100644
(file)
--- a/
source3/Makefile.in
+++ b/
source3/Makefile.in
@@
-735,7
+735,7
@@
MOUNT_OBJ = client/smbmount.o \
MNT_OBJ = client/smbmnt.o $(VERSION_OBJ) $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ)
-UMOUNT_OBJ = client/smbumount.o $(
SOCKET_WRAPPER_OBJ) $(
PARAM_OBJ) $(LIBSMB_OBJ) \
+UMOUNT_OBJ = client/smbumount.o $(PARAM_OBJ) $(LIBSMB_OBJ) \
$(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ)
CIFS_MOUNT_OBJ = client/mount.cifs.o