summaryrefslogtreecommitdiffstats
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 68675f67..4c038583 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -36,6 +36,7 @@ sway_sources = files(
36 'commands/exit.c', 36 'commands/exit.c',
37 'commands/exec.c', 37 'commands/exec.c',
38 'commands/exec_always.c', 38 'commands/exec_always.c',
39 'commands/floating.c',
39 'commands/focus.c', 40 'commands/focus.c',
40 'commands/focus_follows_mouse.c', 41 'commands/focus_follows_mouse.c',
41 'commands/focus_wrapping.c', 42 'commands/focus_wrapping.c',
@@ -64,6 +65,7 @@ sway_sources = files(
64 'commands/set.c', 65 'commands/set.c',
65 'commands/show_marks.c', 66 'commands/show_marks.c',
66 'commands/split.c', 67 'commands/split.c',
68 'commands/sticky.c',
67 'commands/swaybg_command.c', 69 'commands/swaybg_command.c',
68 'commands/swap.c', 70 'commands/swap.c',
69 'commands/title_format.c', 71 'commands/title_format.c',