From c3bec344a4df6ead35e7311f9f909b8fe18177d3 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 12 Oct 2021 20:20:21 -0400 Subject: [PATCH] Fix missing install of vl_file_copy/vl_hier_graph (#3165). --- Changes | 1 + Makefile.in | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ba1ca92e4..c098d49bb 100644 --- a/Changes +++ b/Changes @@ -22,6 +22,7 @@ Verilator 4.213 devel * Fix --waiver-output for multiline warnings (#2429) (#3141). [Keith Colbert] * Fix crash on clang 12/13 (#3148). [Kouping Hsu] * Fix cygwin compile error due to missing -std=gnu++14 (#3149). [Sun Kim] +* Fix missing install of vl_file_copy/vl_hier_graph (#3165). [Popolon] Verilator 4.212 2021-09-01 diff --git a/Makefile.in b/Makefile.in index 06574e83f..c381eda44 100644 --- a/Makefile.in +++ b/Makefile.in @@ -207,8 +207,10 @@ VL_INST_INC_SRCDIR_FILES = \ include/vltstd/*.[chv]* \ VL_INST_DATA_SRCDIR_FILES = \ - examples/*/*.[chv]* examples/*/Makefile* \ - examples/*/CMakeLists.txt + examples/*/*.[chv]* \ + examples/*/CMakeLists.txt \ + examples/*/Makefile* \ + examples/*/vl_* \ installbin: $(MKINSTALLDIRS) $(DESTDIR)$(bindir)