about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-21 20:17:06 +0100
committerJames Booth <boothj5@gmail.com>2013-04-21 20:17:06 +0100
commitf63f68630b84d9b94f1238e8c2d8e9c2e6ca73ab (patch)
tree9f4824b2c87b98d1f2977393e3672c1139000374 /Makefile.am
parente14cd43af4a0681cff9662bcf0ce33df4215b778 (diff)
downloadprofani-tty-f63f68630b84d9b94f1238e8c2d8e9c2e6ca73ab.tar.gz
Added notifier module
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index edcdbb83..61aace12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ profanity_SOURCES = src/contact.c src/contact.h src/log.c src/common.c \
 	src/xmpp/capabilities.h src/xmpp/connection.h \
 	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
 	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
-	src/ui/console.c \
+	src/ui/console.c src/ui/notifier.c src/ui/notifier.h \
 	src/command/command.h src/command/command.c src/command/history.c \
 	src/command/history.h src/command/parser.c \
 	src/command/parser.h \