about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-01 19:39:39 +0100
committerJames Booth <boothj5@gmail.com>2016-05-01 19:39:39 +0100
commitb8c94376aad2d5edf4390e47b8dc89db8ab1a517 (patch)
treeed498c6b0fed9428e5d0f0cdd28cdd12f82cb447 /Makefile.am
parentc31913f8d582c57dc2d148739e190ddff743cb94 (diff)
downloadprofani-tty-b8c94376aad2d5edf4390e47b8dc89db8ab1a517.tar.gz
Add /blocked command
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 95f6df92..7711cda9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ core_sources = \
 	src/xmpp/capabilities.h src/xmpp/connection.h \
 	src/xmpp/roster.c src/xmpp/roster.h \
 	src/xmpp/bookmark.c src/xmpp/bookmark.h \
+	src/xmpp/blocking.c src/xmpp/blocking.h \
 	src/xmpp/form.c src/xmpp/form.h \
 	src/event/server_events.c src/event/server_events.h \
 	src/event/client_events.c src/event/client_events.h \