From 18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 9 Nov 2005 09:38:34 +0000 Subject: Somewhat reluctantly append $(EXEEXT) to binary target names to fix cygwin builds. --- mail.remote/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail.remote') 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@ -- cgit v1.2.1