summaryrefslogtreecommitdiff
path: root/src/fe-text/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r--src/fe-text/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am
index ed261a3e..00e0f856 100644
--- a/src/fe-text/Makefile.am
+++ b/src/fe-text/Makefile.am
@@ -35,6 +35,7 @@ irssi_SOURCES = \
mainwindows-layout.c \
screen.c \
statusbar.c \
+ statusbar-config.c \
statusbar-items.c \
textbuffer.c \
textbuffer-commands.c \
@@ -49,8 +50,10 @@ noinst_HEADERS = \
gui-readline.h \
gui-windows.h \
mainwindows.h \
- statusbar.h \
screen.h \
+ statusbar.h \
+ statusbar-config.h \
+ statusbar-items.h \
textbuffer.h \
textbuffer-view.h \
textbuffer-reformat.h \