diff options
Diffstat (limited to 'tests/json')
| -rw-r--r-- | tests/json/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am index 1f17173a..5f34b849 100644 --- a/tests/json/Makefile.am +++ b/tests/json/Makefile.am @@ -19,11 +19,11 @@ ## Process this file with automake to produce Makefile.in -GPGME_JSON=$(abs_builddir)/../../src/gpgme-json -GPG = gpg +GPGME_JSON=$(abs_builddir)/../../src/gpgme-json$(EXEEXT) +GPG = gpg$(EXEEXT) GNUPGHOME=$(abs_builddir) -TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) LC_ALL=C GPG_AGENT_INFO= \ +TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) GNUPGHOME=$(GNUPGHOME) LC_ALL=C GPG_AGENT_INFO= \ top_srcdir=$(top_srcdir) gpgme_json=$(GPGME_JSON) c_tests = t-json |
