[gnome-control-center] color: Use AM_CPPFLAGS rather than INCLUDES
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] color: Use AM_CPPFLAGS rather than INCLUDES
- Date: Wed, 25 Jun 2014 10:51:20 +0000 (UTC)
commit 3679436cff69a5cdad1284db73de0fc0d5f2f3de
Author: Christophe Fergeau <cfergeau redhat com>
Date: Wed Jun 25 11:56:03 2014 +0200
color: 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
panels/color/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/color/Makefile.am b/panels/color/Makefile.am
index 938dd72..ce0582f 100644
--- a/panels/color/Makefile.am
+++ b/panels/color/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = icons
cappletname = color
-INCLUDES = \
+AM_CPPFLAGS = \
$(PANEL_CFLAGS) \
$(COLOR_PANEL_CFLAGS) \
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]