From 1dfba943d4538ae499bf74edefa4634a9aa4ad0c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 21 Mar 2016 21:07:29 +0000 Subject: [PATCH] Added common/textprocessing.cpp for compiling in 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 4e80bf2..fb2f763 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -14,6 +14,7 @@ TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest ../common/filename-unittest.o \ ../common/mime-unittest.o \ ../common/svrblist-unittest.o \ + ../common/textprocessing-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \ -- 2.39.2