about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 19:56:48 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 19:56:48 +0000
commit7842b0d1fcb6269d2d173a8edefb3af90612d3f2 (patch)
treee3e28c4647c0f21df77e2f5397b3eb838c2abe6b /Makefile.am
parent079ea5304b7bc99b07d2f05b2910ab370023c14d (diff)
downloadprofani-tty-7842b0d1fcb6269d2d173a8edefb3af90612d3f2.tar.gz
Added mock log module
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cb717a15..a4cc2df8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ core_sources = \
 	src/config/theme.c src/config/theme.h
 
 test_sources = \
-	src/contact.c src/contact.h src/log.c src/common.c \
+	src/contact.c src/contact.h src/common.c \
 	src/log.h src/profanity.c src/common.h \
 	src/profanity.h src/chat_session.c \
 	src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
@@ -62,6 +62,7 @@ test_sources = \
 	src/config/theme.c src/config/theme.h \
     tests/ui/mock_ui.c \
     tests/xmpp/mock_xmpp.c \
+    tests/log/mock_log.c \
     tests/config/mock_accounts.c \
     tests/test_autocomplete.c \
     tests/test_common.c \