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