From 4f5e6168e75a1915a6a27e7068aef04d670aeb7e Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sat, 15 Sep 2018 00:00:13 +0200 Subject: [PATCH] Add noinst_HEADERS = vector.h to none/tests/s390x/Makefile.am. The vector.h file should end up in the dist tar. --- none/tests/s390x/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/none/tests/s390x/Makefile.am b/none/tests/s390x/Makefile.am index cb11df901a..29cd6a342f 100644 --- a/none/tests/s390x/Makefile.am +++ b/none/tests/s390x/Makefile.am @@ -30,6 +30,8 @@ check_PROGRAMS = $(INSN_TESTS) \ allexec \ op00 +noinst_HEADERS = vector.h + EXTRA_DIST = \ $(addsuffix .stderr.exp,$(INSN_TESTS)) \ $(addsuffix .stdout.exp,$(INSN_TESTS)) \ -- 2.47.2