about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 19:39:36 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 19:39:36 +0000
commitdb4bcd3e6d6efa9bae1d85b327a9f0318177555f (patch)
tree00be271e744e64aa2d742666e70c248afda43487 /Makefile.am
parent7e386fbf005a9c990d288750c336db8e981eaee1 (diff)
downloadprofani-tty-db4bcd3e6d6efa9bae1d85b327a9f0318177555f.tar.gz
Added xmlwin module
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 a00ff6d3..487db256 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ core_sources = \
 	src/ui/rosterwin.c src/ui/occupantswin.c \
 	src/ui/buffer.c src/ui/buffer.h \
 	src/ui/chatwin.c \
+	src/ui/xmlwin.c \
 	src/command/command.h src/command/command.c \
 	src/command/commands.h src/command/commands.c \
 	src/tools/parser.c \