From a6ac923ffa20921b70b1938da6f3df3d4d0984bd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 6 Oct 2010 13:36:32 +0000 Subject: [PATCH] fixed makefile Monotone-Parent: e45abd064b22b07e42f9ba2f4beea86779cb5c2c Monotone-Revision: 79833ccb617830b4c2d4d2ce7c590e4662e16846 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-06T13:36:32 Monotone-Branch: ca.inverse.sogo --- OpenChange/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index 7f10fe39a..89d7cfc9a 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -4,7 +4,7 @@ include ../config.make include $(GNUSTEP_MAKEFILES)/common.make include ../Version -LIBMAPI_CFLAGS = $(shell pkg-config libmapiproxy --cflags) +LIBMAPI_CFLAGS = $(shell pkg-config libmapistore --cflags) ifeq ($(LIBMAPI_CFLAGS),) @@ -13,7 +13,7 @@ all install:: else -LIBMAPI_LIBS = $(shell pkg-config libmapiproxy --libs) +LIBMAPI_LIBS = $(shell pkg-config libmapistore --libs) ADDITIONAL_INCLUDE_DIRS += $(LIBMAPI_CFLAGS) -I../SoObjects -I../SOPE ADDITIONAL_LIB_DIRS += -L../SOGo/SOGo.framework/ -lSOGo -L../SOPE/GDLContentStore/obj/ $(LIBMAPI_LIBS)