From c174247502ebffe615f1e55ba7a5010856db41d3 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 14 Sep 2018 11:59:05 +0200 Subject: [PATCH 1/2] fix compilation of theme-indent module --- src/fe-text/Makefile.am | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 6ce8427c..ef2e3611 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -53,20 +53,20 @@ irssi_SOURCES = \ pkginc_fe_textdir=$(pkgincludedir)/src/fe-text pkginc_fe_text_HEADERS = \ - statusbar-item.h + gui-printtext.h \ + gui-windows.h \ + mainwindows.h \ + statusbar-item.h \ + term.h \ + textbuffer.h \ + textbuffer-view.h noinst_HEADERS = \ - gui-entry.h \ - gui-printtext.h \ - gui-readline.h \ - gui-windows.h \ - mainwindows.h \ - statusbar.h \ - statusbar-config.h \ - term.h \ + gui-entry.h \ + gui-readline.h \ + statusbar.h \ + statusbar-config.h \ terminfo-core.h \ - textbuffer.h \ - textbuffer-view.h \ module.h \ module-formats.h From 20dcf4e53e05f61ed6e901f203e6f1ab90bc2bea Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 14 Sep 2018 12:44:41 +0200 Subject: [PATCH 2/2] fix compilation of python module --- src/fe-text/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index ef2e3611..448a9389 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -56,6 +56,7 @@ pkginc_fe_text_HEADERS = \ gui-printtext.h \ gui-windows.h \ mainwindows.h \ + statusbar.h \ statusbar-item.h \ term.h \ textbuffer.h \ @@ -64,7 +65,6 @@ pkginc_fe_text_HEADERS = \ noinst_HEADERS = \ gui-entry.h \ gui-readline.h \ - statusbar.h \ statusbar-config.h \ terminfo-core.h \ module.h \