projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b10444f
)
test: fix includes for distcheck
author
Peter Hutterer
<peter.hutterer@who-t.net>
Sat, 22 Jun 2013 10:00:48 +0000
(20:00 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 27 Jun 2013 00:41:54 +0000
(10:41 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index bfa717cd5f2c98032147482a3d0aaedcc3b3302e..09b4338a48d8c24bcbe6da9cf7e15bff32f88983 100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-8,7
+8,8
@@
libevdev_sources = $(top_srcdir)/libevdev/libevdev.c \
$(top_srcdir)/libevdev/libevdev-int.h
common_sources = $(libevdev_sources) test-common-uinput.c test-common-uinput.h
-AM_CPPFLAGS = -I$(top_srcdir)/libevdev $(CHECK_CFLAGS) $(GCOV_CFLAGS)
+# include builddir for event-names.h
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)/libevdev $(CHECK_CFLAGS) $(GCOV_CFLAGS)