[empathy] Use AM_CPPFLAGS instead of deprecated INCLUDES



commit e5648bccea44c87c00f72f7501048810276a6d27
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Oct 22 12:34:26 2013 +0200

    Use AM_CPPFLAGS instead of deprecated INCLUDES

 nautilus-sendto-plugin/Makefile.am                 |    2 +-
 .../cc-plugins/account-plugins/Makefile.am         |    2 +-
 .../cc-plugins/app-plugin/Makefile.am              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am
index 0bd286f..3479882 100644
--- a/nautilus-sendto-plugin/Makefile.am
+++ b/nautilus-sendto-plugin/Makefile.am
@@ -1,6 +1,6 @@
 plugindir = $(libdir)/nautilus-sendto/plugins
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_builddir)                       \
        -I$(top_srcdir)/libempathy              \
        -I$(top_srcdir)/libempathy-gtk          \
diff --git a/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am 
b/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
index 0006ced..9167c45 100644
--- a/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
+++ b/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
@@ -1,6 +1,6 @@
 plugindir = $(ACCOUNTS_PROVIDER_PLUGIN_DIR)
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_builddir)                       \
        -I$(top_srcdir)/libempathy              \
        -I$(top_srcdir)/libempathy-gtk          \
diff --git a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am 
b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
index 16fcd41..335bf2c 100644
--- a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
+++ b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
@@ -1,6 +1,6 @@
 plugindir = $(ACCOUNTS_APP_PLUGIN_DIR)
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_builddir)                       \
        -I$(top_srcdir)                         \
        -I$(top_srcdir)/libempathy              \


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