]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Makefile
Merge branch 'jk/pager-swap'
[git.git] / Makefile
index 8b1829c9b557a2dd699a61359caa409860be2421..ad77a1dc81888b26f2d98be63a136bb8cb9c4bfa 100644 (file)
--- 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