From f8931e0e09eb79a91abe797ba5e8898bb2df93c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 Nov 2011 13:40:11 +0000 Subject: [PATCH] Monotone-Parent: c16aa62954764e28a982189ae9222645f4705921 Monotone-Revision: 51381931f3aace686a6d1f39fd9e8ff37174e41c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-03T13:40:11 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index c3ecc8805..6e8d0d161 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -133,7 +133,7 @@ TEST_TOOL_NAME += $(PLREADER_TOOL) LIBMAPI_CFLAGS = $(shell pkg-config libmapi --cflags) LIBMAPISTORE_CFLAGS = $(shell pkg-config libmapistore --cflags) -DSAMBA_PREFIX="\"$(shell pkg-config libmapistore --variable=prefix)\"" -ifeq ($(LIBMAPISTORE_CFLAGS),) +ifeq ($(LIBMAPI_CFLAGS),) all install:: @echo "Cannot build the OpenChange SOGo backend (empty CFLAGS for libmapistore)" else