1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00

[build] try to fix dist issue

This commit is contained in:
Tim Stack 2024-03-25 23:01:40 -07:00
parent 857d3c036f
commit 680156859f

View File

@ -203,6 +203,8 @@ dist_noinst_DATA = \
noinst_HEADERS = \
third-party/md4c/md4c.h \
third-party/prqlc-c/prqlc.h \
third-party/prqlc-c/prqlc.hpp \
third-party/rapidyaml/ryml_all.hpp \
all_logs_vtab.hh \
archive_manager.hh \
@ -551,6 +553,10 @@ RE2C_FILES = data_scanner_re.cc log_level_re.cc
endif
EXTRA_DIST = \
src/third-party/prqlc-c/Cargo.lock \
src/third-party/prqlc-c/Cargo.toml \
src/third-party/prqlc-c/cbindgen.toml \
src/third-party/prqlc-c/src/lib.rs \
ptimec.c
CLEANFILES = \