mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-22 17:10:15 +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 \
|
test-kernel.c \
|
||||||
$(common_sources)
|
$(common_sources)
|
||||||
test_kernel_CFLAGS = -I$(top_srcdir)
|
test_kernel_CFLAGS = -I$(top_srcdir)
|
||||||
test_kernel_LDADD = \
|
test_kernel_LDADD = $(CHECK_LIBS)
|
||||||
$(CHECK_LIBS) \
|
|
||||||
$(top_builddir)/libevdev/libevdev.la
|
|
||||||
|
|
||||||
if GCOV_ENABLED
|
if GCOV_ENABLED
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue