Monotone-Parent: c16aa62954764e28a982189ae9222645f4705921

Monotone-Revision: 51381931f3aace686a6d1f39fd9e8ff37174e41c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-03T13:40:11
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-11-03 13:40:11 +00:00
parent 5ca67f5b8e
commit f8931e0e09
1 changed files with 1 additions and 1 deletions

View File

@ -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