From 23615e5bb322cb10867d960f44e1d2bf3daac928 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 19 Sep 2016 22:03:34 +0000 Subject: [PATCH] Add none/tests/ppc64/ppc64_helpers.h to noinst_HEADERS. Makes sure that the header file will be included in the dist tar. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15968 --- none/tests/ppc64/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/none/tests/ppc64/Makefile.am b/none/tests/ppc64/Makefile.am index f68d69e257..28f995284d 100644 --- a/none/tests/ppc64/Makefile.am +++ b/none/tests/ppc64/Makefile.am @@ -3,6 +3,8 @@ include $(top_srcdir)/Makefile.tool-tests.am dist_noinst_SCRIPTS = filter_stderr +noinst_HEADERS = ppc64_helpers.h + EXTRA_DIST = \ jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest jm-int.stdout.exp-LE \ jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest jm-fp.stdout.exp-LE jm-fp.stdout.exp-LE2 jm-fp.stdout.exp-BE2 \ -- 2.47.2