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:
f90c038
)
test: the kernel test build doesn't need to link to libevdev
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 2 Apr 2014 01:24:27 +0000
(11:24 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 2 Apr 2014 01:35:12 +0000
(11:35 +1000)
We statically compile libevdev in anyway through $(common_sources)
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
fe5cfa9
..
48b532a
100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-47,9
+47,7
@@
test_kernel_SOURCES = \
test-kernel.c \
$(common_sources)
test_kernel_CFLAGS = -I$(top_srcdir)
-test_kernel_LDADD = \
- $(CHECK_LIBS) \
- $(top_builddir)/libevdev/libevdev.la
+test_kernel_LDADD = $(CHECK_LIBS)
if GCOV_ENABLED