[build] missed header in the makefile

This commit is contained in:
Timothy Stack 2020-11-09 23:11:49 -08:00
parent 9eee6b2b64
commit cb7a8904c1
2 changed files with 4 additions and 1 deletions

View File

@ -449,6 +449,8 @@ add_library(diag STATIC
fmtlib/fmt/format.h
fmtlib/format.cc
ww898/cp_utf8.hpp
log_level_re.cc
)

View File

@ -377,7 +377,8 @@ noinst_HEADERS = \
fmtlib/fmt/color.h \
fmtlib/fmt/printf.h \
fmtlib/fmt/posix.h \
fmtlib/fmt/format.h
fmtlib/fmt/format.h \
ww898/cp_utf8.hpp
nodist_libdiag_a_SOURCES = \
$(LNAV_BUILT_FILES)