From f8e990cf761a5e8d8576eadc6acf6dc1416cb7a4 Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal <247110+sureshsundriyal@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:20:11 -0700 Subject: [PATCH] [dist] Some more distribution related cleanup. Remove init-sql.h from the distributed package and remove the redundant files from DISTCLEAN. --- src/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8aa7e0ac..93f52eb4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -268,7 +268,6 @@ noinst_HEADERS = \ hist_source.hh \ hotkeys.hh \ init.sql \ - init-sql.h \ input_dispatcher.hh \ k_merge_tree.h \ line_buffer.hh \ @@ -465,9 +464,7 @@ CLEANFILES = \ DISTCLEANFILES = \ $(BUILT_SOURCES) \ - $(RE2C_FILES) \ - help-txt.c \ - init-sql.c + $(RE2C_FILES) uncrusty: (cd $(srcdir) && uncrustify -c ../lnav.cfg --replace $(SOURCES) \