diff options
author | Erik Faye-Lund <kusmabite@googlemail.com> | 2009-10-19 17:42:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-19 22:17:36 -0700 |
commit | f9a88b70f94917f95e247a0e6e4d37f163fb41e3 (patch) | |
tree | 2fff52223da8c4f23ef2a87a727bc3d87d699e28 /Makefile | |
parent | d23b1ecf11ee48cd9e266ada06f1b8298b917e92 (diff) | |
download | git-f9a88b70f94917f95e247a0e6e4d37f163fb41e3.tar.gz git-f9a88b70f94917f95e247a0e6e4d37f163fb41e3.tar.xz |
imap-send: build imap-send on Windows
Since the POSIX-specific tunneling code has been replaced
by the run-command API (and a compile-error has been
cleaned away), we can now enable imap-send on Windows
builds.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -350,6 +350,7 @@ EXTRA_PROGRAMS = PROGRAMS += $(EXTRA_PROGRAMS) PROGRAMS += git-fast-import$X PROGRAMS += git-hash-object$X +PROGRAMS += git-imap-send$X PROGRAMS += git-index-pack$X PROGRAMS += git-merge-index$X PROGRAMS += git-merge-tree$X @@ -1056,7 +1057,6 @@ EXTLIBS += -lz ifndef NO_POSIX_ONLY_PROGRAMS PROGRAMS += git-daemon$X - PROGRAMS += git-imap-send$X endif ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl |