From 614d5a1438c29af472a4fec7abefda17f6405b6b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 20 Mar 2016 13:41:45 +0000 Subject: [PATCH] Added common/dirs.cpp for compilation when building the unit test application. --- source/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index 6796431..1724a86 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -10,6 +10,7 @@ XABTEST_OUT=xestiaab_test TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest.o \ ../convert-unittest.o \ ../common/textprocessing-unittest.o \ + ../common/dirs-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \ -- 2.39.2