[gnome-control-center] region: Use AM_CPPFLAGS rather than INCLUDES



commit 1df05bdde7397a21ca9249af6f01043177083814
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Jun 25 11:56:04 2014 +0200

    region: 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/region/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/region/Makefile.am b/panels/region/Makefile.am
index e334259..b463594 100644
--- a/panels/region/Makefile.am
+++ b/panels/region/Makefile.am
@@ -1,7 +1,7 @@
 # This is used in PANEL_CFLAGS
 cappletname = region
 
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        $(PANEL_CFLAGS)                                 \
        $(REGION_PANEL_CFLAGS)                          \
        -I$(srcdir)/../common/                          \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]