From 0f9bcd552d6b3f3fe345b017b66c5acda809c553 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Tue, 21 Aug 2012 19:59:32 +0000 Subject: [PATCH] Real fix... Monotone-Parent: 4f5aec06157554c4d68363a46984c6fe335386fd Monotone-Revision: 8cea0b1a81fe57f8395b91cfc3ed8063d49995ca Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-21T19:59:32 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index ceaade415..68f3e8dfb 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -170,9 +170,11 @@ $(DBMSGREADER_TOOL)_OBJC_FILES += \ dbmsgreader.m $(DBMSGREADER_TOOL)_LIB_DIRS += \ - -L../SoObjects/SOGo/SOGo.framework/ -L../OGoContentStore/obj/ \ - -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ -lSOGo \ - -lNGObjWeb + -L../SoObjects/SOGo/SOGo.framework/ -lSOGo \ + -L../OGoContentStore/obj/ -lOGoContentStore \ + -L../SOPE/GDLContentStore/obj/ -lGDLContentStore \ + -L../SOPE/NGCards/obj/ -lNGCards \ + -lNGObjWeb TEST_TOOL_NAME += $(PLREADER_TOOL) $(DBMSGREADER_TOOL)