From 05c287c16cee05be7713c060d65c5e004f1b8f19 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Sep 2017 16:54:22 +1000 Subject: [PATCH] test: add the gpio-keys device to the Makefile Fixes distcheck Signed-off-by: Peter Hutterer --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index 5cb89a65..700ae698 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -29,6 +29,7 @@ liblitest_la_SOURCES = \ litest-device-cyborg-rat-5.c \ litest-device-elantech-touchpad.c \ litest-device-generic-singletouch.c \ + litest-device-gpio-keys.c \ litest-device-huion-pentablet.c \ litest-device-keyboard.c \ litest-device-keyboard-all-codes.c \