From 59a1f986ccad96bcede7220f87fa9cd43d0b31ea Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Tue, 21 Aug 2012 19:10:57 +0000 Subject: [PATCH] missing backslash Monotone-Parent: 98ed5bb6af42d0b60f21c80b01ede4cb33ad82e7 Monotone-Revision: 4f5aec06157554c4d68363a46984c6fe335386fd Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-21T19:10:57 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index 6bc588b71..ceaade415 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -171,7 +171,7 @@ $(DBMSGREADER_TOOL)_OBJC_FILES += \ $(DBMSGREADER_TOOL)_LIB_DIRS += \ -L../SoObjects/SOGo/SOGo.framework/ -L../OGoContentStore/obj/ \ - -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ -lSOGo + -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ -lSOGo \ -lNGObjWeb TEST_TOOL_NAME += $(PLREADER_TOOL) $(DBMSGREADER_TOOL)