mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-22 13:40:06 +01:00
test: the kernel test build doesn't need to link to libevdev
We statically compile libevdev in anyway through $(common_sources) Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f90c038a2d
commit
befe33620b
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue