Split log.c into log.c and chatlog.c
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
core_sources = \
|
||||
src/xmpp/contact.c src/xmpp/contact.h \
|
||||
src/log.c src/common.c \
|
||||
src/chatlog.c src/chatlog.h \
|
||||
src/database.h src/database.c \
|
||||
src/log.h src/profanity.c src/common.h \
|
||||
src/profanity.h src/xmpp/chat_session.c \
|
||||
@@ -73,6 +74,7 @@ core_sources = \
|
||||
|
||||
unittest_sources = \
|
||||
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
|
||||
src/chatlog.c src/chatlog.h \
|
||||
src/log.h src/profanity.c src/common.h \
|
||||
src/profanity.h src/xmpp/chat_session.c \
|
||||
src/xmpp/chat_session.h src/xmpp/muc.c src/xmpp/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
||||
|
||||
Reference in New Issue
Block a user