From 26a9416f48a35fb375ea6bd4363f9b7ab2cc0acd Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sun, 10 Apr 2011 22:03:13 -0400 Subject: Add 'include' directory for test. The binaries in the test directory won't build successfully for me without adding this include path. Signed-off-by: Trevor Woerner Signed-off-by: Peter Hutterer --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 0b45a2d..5dd8cdb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ if ENABLE_UNIT_TESTS -AM_CPPFLAGS = -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) fake_syms = fake-symbols.c fake-symbols.h -- cgit v1.2.3