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:
Peter Hutterer 2014-04-02 11:24:27 +10:00
parent f90c038a2d
commit befe33620b

View file

@ -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