diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-06 15:20:40 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-06 15:23:22 +1000 |
commit | 56ceac34d0f42f7f9fe2715de5778b9aec810157 (patch) | |
tree | 691e39931cff62106b61e1289349e448fbb34113 /tools | |
parent | 5b3ece0c55b1dbf87459aa1efe93b88836d4b3a0 (diff) |
tools: link libinput.la for libshared.la
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8ef2a3b..59714a3 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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 |