From 718bad60d869ee8952db91d17bfd80c4280591c1 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 11 Nov 2015 15:49:07 +0200 Subject: input/hog: Make use of hog-lib This changes the input plugin to use hog-lib so the same code is used in both D-Bus daemon, Android and unit tests. --- Makefile.plugins | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.plugins') diff --git a/Makefile.plugins b/Makefile.plugins index cae43d90f..f85b64293 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -60,6 +60,10 @@ builtin_sources += profiles/input/manager.c \ builtin_modules += hog builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \ + profiles/input/hog-lib.c profiles/input/hog-lib.h \ + profiles/deviceinfo/dis.c profiles/deviceinfo/dis.h \ + profiles/battery/bas.c profiles/battery/bas.h \ + profiles/scanparam/scpp.c profiles/scanparam/scpp.h \ profiles/input/suspend.h profiles/input/suspend-none.c EXTRA_DIST += profiles/input/suspend-dummy.c -- cgit v1.2.1