From 1f7166f86e328b02cc54d599efdf093fbe25e346 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Thu, 2 Aug 2012 15:44:58 +0000 Subject: [PATCH] * OpenChange/GNUmakefile: link against libWEExtensions Monotone-Parent: 22735bbc1319155936115d59c7f2699c32dc60f1 Monotone-Revision: 43364d6242db2d8b6496cce2c7905d9468fafa41 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-02T15:44:58 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index 39fd7d826..0db45e325 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -186,7 +186,7 @@ SAMBA_LIB_DIR = $(shell pkg-config libmapistore --variable=libdir) LIBMAPI_LIBS = $(shell pkg-config libmapi --libs) LIBMAPISTORE_CFLAGS = $(shell pkg-config libmapistore --cflags) -DSAMBA_PREFIX="\"$(shell pkg-config libmapistore --variable=prefix)\"" -LIBMAPISTORE_LIBS = $(shell pkg-config libmapistore --libs) -lmapiproxy +LIBMAPISTORE_LIBS = $(shell pkg-config libmapistore --libs) -lmapiproxy -lWEExtensions $(MAPISTORESOGO)_INSTALL_DIR = $(DESTDIR)/$(SAMBA_LIB_DIR)/mapistore_backends $(MAPISTORESOGO)_LIB_DIRS += \