forked from AuroraMiddleware/gtk
a11y: Make it compile again
Overriding CFLAGS is a bad idea. Use INCLUDES instead.
This commit is contained in:
parent
787170c4cd
commit
64d4b76384
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user