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)