From 15ac949bef385219729e02857c9b8e515a479271 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sun, 3 Feb 2019 10:06:36 +0100 Subject: [PATCH] Make the DHAT viewer components be copied into the install tree. Followup to 441bfc5f51c7f5f80cc6491d23cbe2dc711d191f (dhat overhaul). --- dhat/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dhat/Makefile.am b/dhat/Makefile.am index 74bf2cd1cc..2ce300e2ec 100644 --- a/dhat/Makefile.am +++ b/dhat/Makefile.am @@ -8,7 +8,11 @@ EXTRA_DIST = docs/dh-manual.xml # Headers, etc #---------------------------------------------------------------------------- -#bin_SCRIPTS = dh_print +# Ensure the viewer components get copied into the install tree. Note that +# vglibdir and vglib_DATA are also defined in coregrind/Makefile.am. I don't +# know if that's a problem. Doesn't appear to be. +vglibdir = $(pkglibdir) +vglib_DATA = dh_view.html dh_view.css dh_view.js #---------------------------------------------------------------------------- # dhat- -- 2.47.2