summaryrefslogtreecommitdiff
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-04-06 06:22:59 +0000
committerVolker Lendecke <vlendec@samba.org>2004-04-06 06:22:59 +0000
commit9fbf1264ca299922f24ad4eb0900a7cd0d37bfeb (patch)
tree77bf2da4887d700a22a11df6da4fa0540ee4b348 /source/Makefile.in
parenteef6f01697a6c19ee87289cd70ff7c5bcfc720f4 (diff)
downloadsamba-9fbf1264ca299922f24ad4eb0900a7cd0d37bfeb.tar.gz
r63: Remove -lcrypto from wbinfo. Sorry.
Volker
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 0c096217698..3bb578ea84b 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1179,7 +1179,7 @@ bin/expand_msdfs.@SHLIBEXT@: $(VFS_EXPAND_MSDFS_OBJ:.o=.@PICSUFFIX@)
bin/wbinfo@EXEEXT@: $(WBINFO_OBJ) @BUILD_POPT@ bin/.dummy
@echo Linking $@
- @$(LINK) -o $@ $(WBINFO_OBJ) $(LIBS) @POPTLIBS@ -lcrypto
+ @$(LINK) -o $@ $(WBINFO_OBJ) $(LIBS) @POPTLIBS@
bin/ntlm_auth@EXEEXT@: $(NTLM_AUTH_OBJ) $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
$(UBIQX_OBJ) @BUILD_POPT@ bin/.dummy