From: Mark Wielaard Date: Fri, 14 Sep 2018 22:00:13 +0000 (+0200) Subject: Add noinst_HEADERS = vector.h to none/tests/s390x/Makefile.am. X-Git-Tag: VALGRIND_3_14_0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5e6168e75a1915a6a27e7068aef04d670aeb7e;p=thirdparty%2Fvalgrind.git Add noinst_HEADERS = vector.h to none/tests/s390x/Makefile.am. The vector.h file should end up in the dist tar. --- 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)) \