From: Steve Brokenshire Date: Sun, 20 Mar 2016 19:13:55 +0000 (+0000) Subject: Added common/mime.cpp to compile for the unit testing application. X-Git-Tag: release-0.11~21 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=630d2a1787ec18e658d34b306fbcb3b63f53577e Added common/mime.cpp to compile for the unit testing application. --- 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 \