From: Guillaume Desmottes Date: Tue, 22 Oct 2013 10:34:26 +0000 (+0200) Subject: Use AM_CPPFLAGS instead of deprecated INCLUDES X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=e5648bccea44c87c00f72f7501048810276a6d27 Use AM_CPPFLAGS instead of deprecated INCLUDES --- diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am index 0bd286f6..34798821 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 0006ced3..9167c454 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 16fcd41b..335bf2c3 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 \