aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
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)