summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-09 09:38:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-09 09:38:34 +0000
commit18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9 (patch)
tree66beb5996a3c0954cb7c2bc72e6adb4fa09726fa /mail.remote
parent22a0ee2757681864221e6208b6b091504dd94a22 (diff)
downloadmailutils-18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9.tar.gz
mailutils-18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9.tar.bz2
Somewhat reluctantly append $(EXEEXT) to binary target names to fix cygwin builds.
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am
index 578a272d6..030983656 100644
--- a/mail.remote/Makefile.am
+++ b/mail.remote/Makefile.am
@@ -20,7 +20,7 @@
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/include @INTLINCS@
SUBDIRS = testsuite
-PROGRAMS_SMTP = mail.remote
+PROGRAMS_SMTP = mail.remote$(EXEEXT)
EXTRA_PROGRAMS = mail.remote
libexec_PROGRAMS = @BUILD_SMTP_PROGRAMS@

Return to:

Send suggestions and report system problems to the System administrator.