aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-16 17:48:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-16 17:48:55 +0200
commitc69e637e1809be65d2de90f499edde19d9f4c418 (patch)
treead25b10b43e9357ca5644a6f0094f6c5f02077e5 /meson.build
parentd56f139475d15ec6deaa5ea29debc4ea38b4bec0 (diff)
downloadinput-c69e637e1809be65d2de90f499edde19d9f4c418.tar.gz
lsraw
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cee9bdf..d1c17b5 100644
--- a/meson.build
+++ b/meson.build
@@ -21,6 +21,10 @@ executable('lsinput',
install : true)
install_man('lsinput.8')
+executable('lsraw',
+ sources : [ 'lsraw.c', headers ],
+ install : true)
+
executable('input-events',
sources : [ 'input-events.c', 'input.c', headers ],
install : true)