From 630d2a1787ec18e658d34b306fbcb3b63f53577e Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 20 Mar 2016 19:13:55 +0000 Subject: [PATCH] Added common/mime.cpp to compile for the unit testing application. --- source/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index ef32cc5..b912a11 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -12,6 +12,7 @@ TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest ../common/textprocessing-unittest.o \ ../common/dirs-unittest.o \ ../common/filename-unittest.o \ + ../common/mime-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \ -- 2.39.2