summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-25 11:08:21 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-25 11:08:21 +0100
commitc58f4391ded0dc6ef282b6c6376fac3de25524c1 (patch)
tree09e45e52c1482191fd838b2a13cae3ecb539ebfd
parentb927910880cff0a6cceca525f536df51e793a947 (diff)
downloadgnutls-c58f4391ded0dc6ef282b6c6376fac3de25524c1.tar.gz
tests: windows: fixed check-output call
-rw-r--r--tests/windows/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/windows/Makefile.am b/tests/windows/Makefile.am
index f8037a2715..86de084bb7 100644
--- a/tests/windows/Makefile.am
+++ b/tests/windows/Makefile.am
@@ -54,7 +54,7 @@ crypt32_la_LDFLAGS = -module -no-undefined -avoid-version -Wl,--add-stdcall-alia
cng_windows_DEPENDENCIES = ncrypt.la crypt32.la
cng_windows_CPPFLAGS = $(AM_CPPFLAGS)
-LOG_COMPILER = ./check-output
+LOG_COMPILER = $(srcdir)/check-output
endif