From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Sun, 20 Mar 2016 13:41:45 +0000 (+0000)
Subject: Added common/dirs.cpp for compilation when building the unit test application.
X-Git-Tag: release-0.11~30
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=614d5a1438c29af472a4fec7abefda17f6405b6b;p=xestiaab%2F.git

Added common/dirs.cpp for compilation when building the unit test application.
---

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 \