aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index d937e425..b24d8fbc 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -1,4 +1,5 @@
sway_sources = files(
+ 'action-binder-v1.c',
'commands.c',
'config.c',
'criteria.c',
@@ -41,6 +42,7 @@ sway_sources = files(
'config/seat.c',
'config/input.c',
+ 'commands/action.c',
'commands/assign.c',
'commands/bar.c',
'commands/bind.c',