]> git.0d.be Git - empathy.git/commitdiff
Use AM_CPPFLAGS instead of deprecated INCLUDES
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 22 Oct 2013 10:34:26 +0000 (12:34 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 22 Oct 2013 10:35:29 +0000 (12:35 +0200)
nautilus-sendto-plugin/Makefile.am
ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am

index 0bd286f6d44e9db31ee7d9a0a051bccb08e319dd..3479882196b6264dcbdfae662c8166256fc2a366 100644 (file)
@@ -1,6 +1,6 @@
 plugindir = $(libdir)/nautilus-sendto/plugins
 
 plugindir = $(libdir)/nautilus-sendto/plugins
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_builddir)                       \
        -I$(top_srcdir)/libempathy              \
        -I$(top_srcdir)/libempathy-gtk          \
        -I$(top_builddir)                       \
        -I$(top_srcdir)/libempathy              \
        -I$(top_srcdir)/libempathy-gtk          \
index 0006ced337e003f0e9461bfdf4344dfc13c346d8..9167c454d894a2983feaf4f4f1f78eee0c6d14d0 100644 (file)
@@ -1,6 +1,6 @@
 plugindir = $(ACCOUNTS_PROVIDER_PLUGIN_DIR)
 
 plugindir = $(ACCOUNTS_PROVIDER_PLUGIN_DIR)
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_builddir)                       \
        -I$(top_srcdir)/libempathy              \
        -I$(top_srcdir)/libempathy-gtk          \
        -I$(top_builddir)                       \
        -I$(top_srcdir)/libempathy              \
        -I$(top_srcdir)/libempathy-gtk          \
index 16fcd41b4075599f1058b74f7422b95070b9a75c..335bf2c3aabc5993409f1a9cc6544c9149547087 100644 (file)
@@ -1,6 +1,6 @@
 plugindir = $(ACCOUNTS_APP_PLUGIN_DIR)
 
 plugindir = $(ACCOUNTS_APP_PLUGIN_DIR)
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_builddir)                       \
        -I$(top_srcdir)                         \
        -I$(top_srcdir)/libempathy              \
        -I$(top_builddir)                       \
        -I$(top_srcdir)                         \
        -I$(top_srcdir)/libempathy              \