diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 53d92be..2adcaa7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,9 @@ DISTCHECK_CONFIGURE_FLAGS = \ AM_TESTS_ENVIRONMENT = \ abs_top_builddir="$(abs_top_builddir)"; \ - export abs_top_builddir; + export abs_top_builddir; \ + P11_MODULE_PATH="$(abs_top_builddir)/.libs"; \ + export P11_MODULE_PATH; AM_TESTS_FD_REDIRECT = 9>&2; LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ |