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



commit 031074816b3517ffc122629cbb44d30c7185279f
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Jun 25 11:56:03 2014 +0200

    bluetooth: 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/bluetooth/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/bluetooth/Makefile.am b/panels/bluetooth/Makefile.am
index 93cc6d7..9117fc2 100644
--- a/panels/bluetooth/Makefile.am
+++ b/panels/bluetooth/Makefile.am
@@ -3,7 +3,7 @@ cappletname = bluetooth
 
 noinst_LTLIBRARIES = libbluetooth.la
 
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        $(PANEL_CFLAGS)                                 \
        $(BLUETOOTH_CFLAGS)                             \
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \


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