about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-20 00:15:46 +0000
committerJames Booth <boothj5@gmail.com>2013-01-20 00:15:46 +0000
commite89cbc18e3a1c60824afef11ada8a7c06087a19e (patch)
treefb7a5dde1e861cf77ad162c8135fb9d1ddc5d2fe /Makefile.am
parent79c92656f996cbd2621c6c1cd240d73991f9debd (diff)
downloadprofani-tty-e89cbc18e3a1c60824afef11ada8a7c06087a19e.tar.gz
Added capabilities 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 2a0e1e37..f3959f5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
 	src/muc.h src/stanza.c src/stanza.h src/parser.c src/parser.h \
 	src/theme.c src/theme.h src/window.c src/window.h src/xdg_base.c \
 	src/xdg_base.h src/files.c src/files.h src/accounts.c src/accounts.h \
-	src/jid.h src/jid.c
+	src/jid.h src/jid.c src/capabilities.h src/capabilities.c
 
 TESTS = tests/testsuite
 check_PROGRAMS = tests/testsuite