test: the kernel test build doesn't need to link to libevdev
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 2 Apr 2014 01:24:27 +0000 (11:24 +1000)
committerPeter 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

index fe5cfa9..48b532a 100644 (file)
@@ -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