about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-06 21:53:59 +0100
committerJames Booth <boothj5@gmail.com>2013-05-06 21:53:59 +0100
commit3ae74feaa2c64410ef2a854b3c65abfd293e241a (patch)
treec52f73f8f4bbd95afbf7ac9c1c0418f6a24e64c0 /Makefile.am
parentd43539bf10ab816b247c9cbf971c65d77fe2a8bd (diff)
downloadprofani-tty-3ae74feaa2c64410ef2a854b3c65abfd293e241a.tar.gz
Created roster module, moved roster iq's
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 61aace12..42cba7e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ profanity_SOURCES = src/contact.c src/contact.h src/log.c src/common.c \
 	src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
 	src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \
 	src/xmpp/capabilities.h src/xmpp/connection.h \
+	src/xmpp/roster.c src/xmpp/roster.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/notifier.c src/ui/notifier.h \