[PATCH xf86-input-synaptics] Add 'include' directory for test.
Trevor Woerner
twoerner at gmail.com
Sun Apr 10 19:03:13 PDT 2011
From: Trevor Woerner <twoerner at gmail.com>
The binaries in the test directory won't build successfully for me
without adding this include path.
Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
test/Makefile.am | 2 +-
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
--
1.7.4.1.227.gadfe4
More information about the xorg-devel
mailing list