about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-05 23:20:19 +0000
committerJames Booth <boothj5@gmail.com>2015-11-05 23:20:19 +0000
commitf1daec663d38b683bf4af70eedec0da1e24a60f1 (patch)
tree91a8ae44ab49d6cc4a5f36d0505580fc55764e02 /Makefile.am
parent38255e9be49f390bb10daff83bbfe244fd0bdaec (diff)
downloadprofani-tty-f1daec663d38b683bf4af70eedec0da1e24a60f1.tar.gz
Added privwin 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 3c7a28bc..21b0d3aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ core_sources = \
 	src/ui/buffer.c src/ui/buffer.h \
 	src/ui/chatwin.c \
 	src/ui/mucwin.c \
+	src/ui/privwin.c \
 	src/ui/mucconfwin.c \
 	src/ui/xmlwin.c \
 	src/command/command.h src/command/command.c \