background: 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
This commit is contained in:
Christophe Fergeau 2014-06-25 11:56:03 +02:00 committed by Bastien Nocera
parent 4db5632b33
commit 335f8711c3

View file

@ -7,7 +7,7 @@ dist_slideshowicon_DATA = slideshow-symbolic.svg
slideshowemblemdir = $(datadir)/icons/hicolor/scalable/emblems/
dist_slideshowemblem_DATA = slideshow-emblem.svg
INCLUDES = \
AM_CPPFLAGS = \
$(PANEL_CFLAGS) \
$(BACKGROUND_PANEL_CFLAGS) \
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \