summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-10 14:42:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-10 14:42:29 (EDT)
commita8359b25e89f49a650caaa0695eeaf9d14bc6195 (patch)
tree66ef859a8cdb1157f0e5d6b887d553aced008d86
parenta8de9397da97b8631b998ba06af800dd3a0eddcb (diff)
Makefile.am: Add usign env vars to SH_LOG_DRIVER
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c08ef5..a6e4a51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,7 +94,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)' \
+ EMBEDDED_USIGN="${EMBEDDED_USIGN}" \
+ USIGN="$(USIGN)" \
+ $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
.builddirstamp:
$(AM_V_GEN)touch .builddirstamp