diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-09-07 16:54:22 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-09-07 16:54:32 +1000 |
commit | 05c287c16cee05be7713c060d65c5e004f1b8f19 (patch) | |
tree | 123fd629298438530d3b34854567a1a3c3bbf856 | |
parent | 3d83026c37a9c87582725c14eea2b2183c279db4 (diff) |
test: add the gpio-keys device to the Makefile
Fixes distcheck
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |