From fbe4737719593fd21ef86b288a29294a6e5651eb Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 11 Aug 2009 02:46:45 +0200 Subject: [PATCH] Need to use $(EXEEXT) on programs in TESTS to fix mingw cross-compiles. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c75a9b7..16210aa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,7 +6,7 @@ noinst_PROGRAMS = ssh2 ssh2_SOURCES = ssh2.c endif -ctests = simple +ctests = simple$(EXEEXT) TESTS = $(ctests) if SSHD TESTS += ssh2.sh