From 896f2b8109083c60a78a02625692cab38cd87b6e Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 20 Mar 2016 22:50:30 +0000 Subject: [PATCH] Added common/svrblist.cpp for compiling in the unit testing application --- source/tests/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index b912a11..4e80bf2 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -13,12 +13,13 @@ TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest ../common/dirs-unittest.o \ ../common/filename-unittest.o \ ../common/mime-unittest.o \ + ../common/svrblist-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \ ../vcard/vcard-unittest.o \ xestiaab_test.o) - + default: testobjs @GTEST@ -- 2.39.2