On Tue, Oct 13, 2009 at 10:16 PM, Erik Faye-Lund
[off-list ref] wrote:
On Tue, Oct 13, 2009 at 9:57 PM, Johannes Sixt [off-list ref] wrote:
quoted
This list is sorted. Please keep it so.
Aha, I didn't notice! Thanks, I'll fix :)
Here's the new (trivial) diff. I don't think it's worth a resend, at
least not yet.
---
diff --git a/Makefile b/Makefile
index fea237b..0d13af3 100644
--- a/Makefile
+++ b/Makefile
@@ -354,6 +354,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
@@ -1075,7 +1076,6 @@ EXTLIBS += -lz
ifndef NO_POSIX_ONLY_PROGRAMS
PROGRAMS += git-daemon$X
- PROGRAMS += git-imap-send$X
endif
ifndef NO_OPENSSL
OPENSSL_LIBSSL = -lssl
--
Erik "kusma" Faye-Lund