summaryrefslogtreecommitdiff
path: root/panels/online-accounts
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-06-25 11:56:03 +0200
committerBastien Nocera <hadess@hadess.net>2014-06-25 12:32:29 +0200
commit46b73580690aecf5af567594e7bf120fb7891c76 (patch)
treeb714f3470a32c2b9578512447a50c6639c78317c /panels/online-accounts
parent53b8c0a346f6a42e0f261efcef5842f50014c08b (diff)
downloadgnome-control-center-46b73580690aecf5af567594e7bf120fb7891c76.tar.gz
online-accounts: Use AM_CPPFLAGS rather than INCLUDES
This is deprecated in newer automake versions, and this causes warnings with automake 1.14: panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for AM_CPPFLAGS' (or '*_CPPFLAGS') https://bugzilla.gnome.org/show_bug.cgi?id=732189
Diffstat (limited to 'panels/online-accounts')
-rw-r--r--panels/online-accounts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/online-accounts/Makefile.am b/panels/online-accounts/Makefile.am
index 5cf42d567..e35717247 100644
--- a/panels/online-accounts/Makefile.am
+++ b/panels/online-accounts/Makefile.am
@@ -2,7 +2,7 @@ cappletname = online-accounts
SUBDIRS = icons
-INCLUDES = \
+AM_CPPFLAGS = \
$(PANEL_CFLAGS) \
$(ONLINE_ACCOUNTS_PANEL_CFLAGS) \
-I$(top_srcdir)/libgd \