From 58c207a5e66d0d1ceac71e00d1e5367e5d98eb45 Mon Sep 17 00:00:00 2001 From: Chris Bagwell Date: Sun, 6 Nov 2011 16:43:49 -0600 Subject: [PATCH] Add $(EXEEXT) to executable name to work on windows Automake defines this for us. Might as well use it. Should help both mingw and cygwin tests. --- testsuite/Makefile.am | 2 +- testsuite/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index e9226083e..1abedbb89 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -4,7 +4,7 @@ ## This file is part of the "Sane" build infra-structure. See ## included LICENSE file for license information. -SCANIMAGE = ../frontend/scanimage +SCANIMAGE = ../frontend/scanimage$(EXEEXT) TESTFILE = $(srcdir)/testfile.pnm OUTFILE = outfile.pnm DEVICE = test diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 37f4fb3d8..9b33622f6 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -216,7 +216,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SCANIMAGE = ../frontend/scanimage +SCANIMAGE = ../frontend/scanimage$(EXEEXT) TESTFILE = $(srcdir)/testfile.pnm OUTFILE = outfile.pnm DEVICE = test