aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
index d41e00b0..db90a508 100644
--- a/rootston/meson.build
+++ b/rootston/meson.build
@@ -1,4 +1,5 @@
sources = [
+ 'bindings.c',
'config.c',
'cursor.c',
'desktop.c',
@@ -9,6 +10,7 @@ sources = [
'main.c',
'output.c',
'seat.c',
+ 'switch.c',
'text_input.c',
'virtual_keyboard.c',
'wl_shell.c',