[gtk+/quartz-integration: 446/563] a11y: Make it compile again



commit 3316badf6c1c94088a93a4b816796b664141038d
Author: Benjamin Otte <otte redhat com>
Date:   Mon Jun 27 02:58:57 2011 +0200

    a11y: Make it compile again
    
    Overriding CFLAGS is a bad idea. Use INCLUDES instead.

 tests/a11y/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index 5127a9a..e6896b8 100644
--- a/tests/a11y/Makefile.am
+++ b/tests/a11y/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 check_PROGRAMS = $(TEST_PROGS)
 
-CFLAGS = \
+INCLUDES =				\
 	-I$(top_srcdir)                 \
 	-I$(top_builddir)/gdk           \
 	-I$(top_srcdir)/gdk             \



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