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.
merge-requests/1/head
Chris Bagwell 2011-11-06 16:43:49 -06:00
rodzic 1dd768d534
commit 58c207a5e6
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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