diff options
author | James Booth <boothj5@gmail.com> | 2016-05-01 19:39:39 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-01 19:39:39 +0100 |
commit | b8c94376aad2d5edf4390e47b8dc89db8ab1a517 (patch) | |
tree | ed498c6b0fed9428e5d0f0cdd28cdd12f82cb447 /Makefile.am | |
parent | c31913f8d582c57dc2d148739e190ddff743cb94 (diff) | |
download | profani-tty-b8c94376aad2d5edf4390e47b8dc89db8ab1a517.tar.gz |
Add /blocked command
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 \ |