From dcc991ca4e1044795fe6327451492730e8da5199 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 22 Dec 2011 21:13:53 +0000 Subject: [PATCH] Monotone-Parent: 9f17d2137546528e36f23d8a37a6bbdb69bc3a3f Monotone-Revision: 441881b5757d734efa6d8072844aa767ef1709e2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-22T21:13:53 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index 7452c39fc..a28abc6d3 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -172,12 +172,12 @@ LIBMAPISTORE_CFLAGS = $(shell pkg-config libmapistore --cflags) -DSAMBA_PREFIX=" LIBMAPISTORE_LIBS = $(shell pkg-config libmapistore --libs) -lmapiproxy $(MAPISTORESOGO)_INSTALL_DIR = $(DESTDIR)/$(SAMBA_LIB_DIR)/mapistore_backends -$(MAPISTORESOGO)_LDFLAGS += \ +$(MAPISTORESOGO)_LIB_DIRS += \ -L../SoObjects/SOGo/SOGo.framework/ -lSOGo \ $(LIBMAPI_LIBS) \ $(LIBMAPISTORE_LIBS) -$(SOGOBACKEND)_LDFLAGS += \ +$(SOGOBACKEND)_LIB_DIRS += \ -L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ -lOGoContentStore \ -L../SoObjects/SOGo/SOGo.framework/ -lSOGo \ $(LIBMAPI_LIBS) \