Moved chat_state.c

This commit is contained in:
James Booth
2016-07-24 14:28:25 +01:00
parent 25a6252a28
commit 310abd401d
7 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ core_sources = \
src/log.h src/profanity.c src/common.h \
src/profanity.h src/xmpp/chat_session.c \
src/xmpp/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
src/chat_state.h src/chat_state.c \
src/xmpp/chat_state.h src/xmpp/chat_state.c \
src/resource.c src/resource.h \
src/roster_list.c src/roster_list.h \
src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/session.c \
@@ -62,7 +62,7 @@ unittest_sources = \
src/profanity.h src/xmpp/chat_session.c \
src/xmpp/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
src/resource.c src/resource.h \
src/chat_state.h src/chat_state.c \
src/xmpp/chat_state.h src/xmpp/chat_state.c \
src/roster_list.c src/roster_list.h \
src/xmpp/xmpp.h src/xmpp/form.c \
src/ui/ui.h \