[gtk+/a11y] a11y: Make it compile again



commit 340f4cd72e4747982ec1b1757a1be6f07f129538
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]