Moved contact.c

This commit is contained in:
James Booth
2016-07-24 14:55:32 +01:00
parent 9cff37352a
commit c23506f453
17 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
core_sources = \
src/contact.c src/contact.h src/log.c src/common.c \
src/xmpp/contact.c src/xmpp/contact.h src/log.c src/common.c \
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 \
@@ -57,7 +57,7 @@ core_sources = \
src/tray.h src/tray.c
unittest_sources = \
src/contact.c src/contact.h src/common.c \
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
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 \