summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2011-04-10 22:03:13 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2011-04-11 15:33:42 +1000
commit26a9416f48a35fb375ea6bd4363f9b7ab2cc0acd (patch)
tree0888343a98dfb99ef4a1be9a68fae910bacebe15
parent4aa16879bd5084f061a55e5b8a0754e1b037212a (diff)
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 <twoerner@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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