From 1a6a9e6bb60ad8d07ecbfb3f35dea22379fb73e9 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 30 Dec 2021 15:23:22 +0100 Subject: [PATCH] Add com_wr_ic.h to their makefile.am to have them as part of make dist. --- src/frontend/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index b82c0f36b..dd4098b79 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -70,6 +70,7 @@ libfte_la_SOURCES = \ com_unset.c \ com_unset.h \ com_wr_ic.c \ + com_wr_ic.h \ completion.h \ control.h \ control.c \