[evolution-mapi] Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.



commit 918dd3d01a2b332b552c413f15c68a9e75e4d5ac
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jun 30 17:34:57 2009 -0400

    Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.

 src/account-setup-eplugin/Makefile.am |    2 +-
 src/addressbook/Makefile.am           |    2 +-
 src/calendar/Makefile.am              |    2 +-
 src/camel/Makefile.am                 |    2 +-
 src/libexchangemapi/Makefile.am       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/account-setup-eplugin/Makefile.am b/src/account-setup-eplugin/Makefile.am
index 8857ac3..941f675 100644
--- a/src/account-setup-eplugin/Makefile.am
+++ b/src/account-setup-eplugin/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I .						\
+AM_CPPFLAGS = -I .					\
 	-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" 		\
 	-DCONNECTOR_GLADEDIR=\""$(gladedir)"\" 		\
 	-I$(top_srcdir)/src/libexchangemapi/		\
diff --git a/src/addressbook/Makefile.am b/src/addressbook/Makefile.am
index 44d5f22..b385b9d 100644
--- a/src/addressbook/Makefile.am
+++ b/src/addressbook/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES =					\
+AM_CPPFLAGS =					\
 	-DG_LOG_DOMAIN=\"libebookbackend\"	\
 	-I$(top_srcdir)/src/addressbook		\
 	-I$(top_srcdir)/src/libexchangemapi	\
diff --git a/src/calendar/Makefile.am b/src/calendar/Makefile.am
index f07168b..6140fdb 100644
--- a/src/calendar/Makefile.am
+++ b/src/calendar/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES =					\
+AM_CPPFLAGS =					\
 	-DG_LOG_DOMAIN=\"libecalbackendmapi\"	\
 	-I$(top_srcdir)/src/calendar		\
 	-I$(top_srcdir)/src/libexchangemapi	\
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index 4c86216..3527a33 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -3,7 +3,7 @@
 camel_provider_LTLIBRARIES = libcamelmapi.la
 camel_provider_DATA = libcamelmapi.urls
 
-INCLUDES = -I.. 				\
+AM_CPPFLAGS = -I.. 				\
 	-I$(top_srcdir)/src/			\
 	-I$(top_srcdir)/src/camel		\
 	-I$(top_srcdir)/src/libexchangemapi	\
diff --git a/src/libexchangemapi/Makefile.am b/src/libexchangemapi/Makefile.am
index cfa5ba5..5466880 100644
--- a/src/libexchangemapi/Makefile.am
+++ b/src/libexchangemapi/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES =						\
+AM_CPPFLAGS =						\
 	-DG_LOG_DOMAIN=\"libexchangemapi\"		\
 	-DMAPI_DATADIR=\""$(mapidatadir)"\"		\
 	-DLIBMAPI_LDIF_DIR=\""$(libmapi_ldif_dir)"\"	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]