diff --git a/test/Makefile.am b/test/Makefile.am index fe5cfa9..48b532a 100644 --- 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