From 61db1dde78fe262238ac8c38a26aceac9ba6ff2f Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 20 Mar 2016 15:57:43 +0000 Subject: [PATCH] Added common/filename.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 1724a86..ef32cc5 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -11,6 +11,7 @@ TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest ../convert-unittest.o \ ../common/textprocessing-unittest.o \ ../common/dirs-unittest.o \ + ../common/filename-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \ -- 2.39.2