universal-access: 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:
parent
1bfba25523
commit
eb3acad453
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cappletname = universal-access
|
cappletname = universal-access
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
$(PANEL_CFLAGS) \
|
$(PANEL_CFLAGS) \
|
||||||
$(UNIVERSAL_ACCESS_PANEL_CFLAGS) \
|
$(UNIVERSAL_ACCESS_PANEL_CFLAGS) \
|
||||||
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue