From e5648bccea44c87c00f72f7501048810276a6d27 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 22 Oct 2013 12:34:26 +0200 Subject: [PATCH] Use AM_CPPFLAGS instead of deprecated INCLUDES --- nautilus-sendto-plugin/Makefile.am | 2 +- ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am | 2 +- ubuntu-online-accounts/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 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 \ -- 2.39.2