[build] some built files were being included in the dist

This commit is contained in:
Timothy Stack 2020-09-22 12:01:13 -07:00
parent d8bc5b71c8
commit a5171058c7
3 changed files with 2 additions and 6 deletions

View File

@ -356,7 +356,6 @@ noinst_HEADERS = \
fmtlib/fmt/format.h
libdiag_a_SOURCES = \
$(BUILT_SOURCES) \
ansi_scrubber.cc \
bookmarks.cc \
bottom_status_source.cc \

View File

@ -61,7 +61,8 @@ CONFIG_OBJS = \
TEXT2C_OBJS = \
../src/builtin-scripts.o \
../src/builtin-sh-scripts.o \
../src/default-formats.o
../src/default-formats.o \
../src/help-txt.o
LDADD = \
-lz \

View File

@ -60,10 +60,6 @@ void rebuild_indexes()
readline_context::command_map_t lnav_commands;
extern "C" {
const char *help_txt = "";
}
int main(int argc, char *argv[])
{
int retval = EXIT_SUCCESS;