From 56eae68d7c80b6978dcc2fbbd688a3ad67da7e3e Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Tue, 21 Aug 2012 19:07:15 +0000 Subject: [PATCH] Missing library path for dbmsgreader Monotone-Parent: 78c0405a3665172ccb21ec34bba08331cc479f71 Monotone-Revision: 98ed5bb6af42d0b60f21c80b01ede4cb33ad82e7 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-21T19:07:15 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index 39adc7c0e..6bc588b71 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -170,7 +170,8 @@ $(DBMSGREADER_TOOL)_OBJC_FILES += \ dbmsgreader.m $(DBMSGREADER_TOOL)_LIB_DIRS += \ - -L../SoObjects/SOGo/SOGo.framework/ -lSOGo \ + -L../SoObjects/SOGo/SOGo.framework/ -L../OGoContentStore/obj/ \ + -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ -lSOGo -lNGObjWeb TEST_TOOL_NAME += $(PLREADER_TOOL) $(DBMSGREADER_TOOL)