aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nautilus-sendto-plugin/Makefile.am2
-rw-r--r--ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am2
-rw-r--r--ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am
index 0bd286f6d..347988219 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 0006ced33..9167c454d 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 16fcd41b4..335bf2c3a 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 \