summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f77e1b6..451f2d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,7 +101,10 @@ EXTRA_DIST = \
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
- AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
+ AM_TAP_AWK='$(AWK)' \
+ SHSOEXT='$(SHSOEXT)' \
+ LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \
+ $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
all-local: $(locale_MESSAGES)