[gnome-control-center] shell: Remove last reference to "INCLUDES"



commit 700889c81ad58fa51e1c2452a6668c4dc42b831b
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Jun 25 13:15:24 2014 +0200

    shell: Remove last reference to "INCLUDES"
    
    c61d9e5a95d replaced use of INCLUDES with AM_CPPFLAGS, but there was
    still one reference to INCLUDES in shell/Makefile.am.
    AM_CPPFLAGS will apply globally, so we don't need to explicitly set
    per-target CFLAGS/CPPFLAGS to its value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732189

 shell/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index d6b4783..c0cb91a 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -118,7 +118,6 @@ DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in
 noinst_PROGRAMS = test-hostname
 test_hostname_SOURCES = hostname-helper.c hostname-helper.h test-hostname.c
 test_hostname_LDADD = $(PANEL_LIBS) $(INFO_PANEL_LIBS)
-test_hostname_CFLAGS = $(INCLUDES)
 
 EXTRA_DIST += hostnames-test.txt
 check-local: test-hostname


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