about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-26 22:35:30 +0000
committerJames Booth <boothj5@gmail.com>2015-10-26 22:35:30 +0000
commitc99ff8d941ef5528cb228020936d6d6efcef6d20 (patch)
treea49f47adebca8932d796baf17f8f2dbb3fd9bd02 /Makefile.am
parent8966c59fe142d18ace924c7c390618cb90064f72 (diff)
downloadprofani-tty-c99ff8d941ef5528cb228020936d6d6efcef6d20.tar.gz
Extracted chatwin.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4466e851..6b5a3928 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ core_sources = \
 	src/window_list.c src/window_list.h \
 	src/ui/rosterwin.c src/ui/occupantswin.c \
 	src/ui/buffer.c src/ui/buffer.h \
+	src/ui/chatwin.c \
 	src/command/command.h src/command/command.c \
 	src/command/commands.h src/command/commands.c \
 	src/tools/parser.c \