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.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am
index 80149f2e..0da9d03e 100644
--- a/src/fe-text/Makefile.am
+++ b/src/fe-text/Makefile.am
@@ -24,17 +24,19 @@ irssi_SOURCES = \
gui-expandos.c \
gui-printtext.c \
gui-readline.c \
- gui-textwidget.c \
gui-windows.c \
lastlog.c \
mainwindows.c \
mainwindow-activity.c \
mainwindows-save.c \
+ screen.c \
statusbar.c \
statusbar-items.c \
+ textbuffer.c \
+ textbuffer-commands.c \
+ textbuffer-view.c \
irssi.c \
- module-formats.c \
- screen.c
+ module-formats.c
noinst_HEADERS = \
gui-entry.h \
@@ -44,5 +46,7 @@ noinst_HEADERS = \
mainwindows.h \
statusbar.h \
screen.h \
+ textbuffer.h \
+ textbuffer-view.h \
module.h \
module-formats.h