summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@googlemail.com>2009-10-19 15:42:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-20 05:17:36 (GMT)
commitf9a88b70f94917f95e247a0e6e4d37f163fb41e3 (patch)
tree2fff52223da8c4f23ef2a87a727bc3d87d699e28 /Makefile
parentd23b1ecf11ee48cd9e266ada06f1b8298b917e92 (diff)
downloadgit-f9a88b70f94917f95e247a0e6e4d37f163fb41e3.zip
git-f9a88b70f94917f95e247a0e6e4d37f163fb41e3.tar.gz
git-f9a88b70f94917f95e247a0e6e4d37f163fb41e3.tar.bz2
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12defd4..13980a5 100644
--- a/Makefile
+++ b/Makefile
@@ -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