tools: link libinput.la for libshared.la
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Jun 2017 05:20:40 +0000 (15:20 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Jun 2017 05:23:22 +0000 (15:23 +1000)
Hopefully fixes the Semaphore CI build failures, apparently things are a bit
more restrictive there than in Fedora 26.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/Makefile.am

index 8ef2a3b4c0c07a2ba8e78f94c7ba6911ab4676a4..59714a3f8bb7cf8fb1e9059fc1547e61ed238a27 100644 (file)
@@ -16,7 +16,7 @@ libshared_la_SOURCES = \
                       shared.h
 libshared_la_CFLAGS = $(AM_CFLAGS) $(LIBEVDEV_CFLAGS) \
                      -DLIBINPUT_TOOL_PATH="\"@libexecdir@/libinput\""
-libshared_la_LIBADD = $(LIBEVDEV_LIBS)
+libshared_la_LIBADD = $(LIBEVDEV_LIBS) ../src/libinput.la
 
 ptraccel_debug_SOURCES = ptraccel-debug.c
 ptraccel_debug_LDADD = ../src/libfilter.la ../src/libinput.la