From 3362d667d9aa24e541d24bd912c5bd7e37794b8b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 14 Oct 2011 19:55:02 +0000 Subject: [PATCH] Monotone-Parent: 0d29161fd4202fd70ac59f1c1c5a8d9867fc27c5 Monotone-Revision: 5362013a2b24a512615d67c66536571e75609a5e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-14T19:55:02 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index c6002b5b7..f2c14033d 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -148,7 +148,7 @@ ADDITIONAL_INCLUDE_DIRS += \ -DSOGO_BUNDLES_DIR="@\"$(BUNDLE_INSTALL_DIR)\"" ADDITIONAL_LIB_DIRS += -Wl,--no-as-needed \ -L../SoObjects/SOGo/SOGo.framework/ -lSOGo \ - -L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ -lOGoContentStore \ + -L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ -lOGoContentStore \ $(LIBMAPI_LIBS) \ $(LIBMAPISTORE_LIBS)