From 20dcf4e53e05f61ed6e901f203e6f1ab90bc2bea Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 14 Sep 2018 12:44:41 +0200 Subject: [PATCH] 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 \