projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f8a54
)
test/Makefile.am: Also add LIBUDEV_CFLAGS to AM_CPPFLAGS
author
Jonas Ådahl
<jadahl@gmail.com>
Sat, 28 Jun 2014 20:40:23 +0000
(22:40 +0200)
committer
Jonas Ådahl
<jadahl@gmail.com>
Sat, 28 Jun 2014 20:40:54 +0000
(22:40 +0200)
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index b5dc33c5d405810afc042e4951d47f1aaefe322c..8bfdf2018d60373b2fa474b217f5fa042f57f42c 100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-2,7
+2,8
@@
if BUILD_TESTS
AM_CPPFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/src \
$(CHECK_CFLAGS) \
- $(LIBEVDEV_CFLAGS)
+ $(LIBEVDEV_CFLAGS) \
+ $(LIBUDEV_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)
AM_CXXFLAGS = $(GCC_CXXFLAGS)