From 80456791ac8fc2726ad14e1e3072963e77f7722a Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Thu, 25 Oct 2018 21:38:08 -0700 Subject: [PATCH] [build] missed adding header to makefile --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 09c53bd3..9f5add44 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -189,6 +189,7 @@ noinst_HEADERS = \ log_data_table.hh \ log_format.hh \ log_format_loader.hh \ + log_gutter_source.hh \ log_level.hh \ log_level_re.re \ log_search_table.hh \