Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-08-20 08:42:46 +0400
committerJunio C Hamano <gitster@pobox.com>2008-08-20 08:42:46 +0400
commitc8a4cbc23916feeae89a7c59523781e8bf8ac103 (patch)
treec6b68000b187ca8dfb07427086f37ca127c589ca /Makefile
parent55e839e378416b70720308e86439e2ad6ecccc4a (diff)
parentc82b0748e53d51cc999c16f97bc76c25f2b46b12 (diff)
Merge branch 'rs/imap'
* rs/imap: Documentation: Improve documentation for git-imap-send(1) imap-send.c: more style fixes imap-send.c: style fixes git-imap-send: Support SSL git-imap-send: Allow the program to be run from subdirectories of a git tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b1829c9b5..ad77a1dc81 100644
--- a/Makefile
+++ b/Makefile
@@ -1222,7 +1222,9 @@ endif
git-%$X: %.o $(GITLIBS)
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)
-git-imap-send$X: imap-send.o $(LIB_FILE)
+git-imap-send$X: imap-send.o $(GITLIBS)
+ $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
+ $(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL)
http.o http-walker.o http-push.o transport.o: http.h