diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-01-25 11:08:21 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-01-25 11:08:21 +0100 |
commit | c58f4391ded0dc6ef282b6c6376fac3de25524c1 (patch) | |
tree | 09e45e52c1482191fd838b2a13cae3ecb539ebfd | |
parent | b927910880cff0a6cceca525f536df51e793a947 (diff) | |
download | gnutls-c58f4391ded0dc6ef282b6c6376fac3de25524c1.tar.gz |
tests: windows: fixed check-output call
-rw-r--r-- | tests/windows/Makefile.am | 2 |
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 |