about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 20:18:23 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 20:18:23 +0000
commit59b79ec20c1b8e858e5c9be455f61b5be336ad88 (patch)
treed01ae5b85e63d714cdabb29cc3e29df3747b9948 /Makefile.am
parentbc2784dae657bdedf1525a8178ce4baeed6ca757 (diff)
downloadprofani-tty-59b79ec20c1b8e858e5c9be455f61b5be336ad88.tar.gz
Removed message handler function from xmpp.h
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 98f5e5c9..be86db46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ profanity_SOURCES = src/command.c src/contact.c src/command_history.c \
 	src/accounts.c src/accounts.h src/jid.h src/jid.c \
 	src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/connection.c \
 	src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
-	src/xmpp/stanza.h \
+	src/xmpp/stanza.h src/xmpp/message.h \
 	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/windows.c \
 	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c