summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 9c5e4a00..e8a192f0 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -82,6 +82,7 @@ sway_sources = files(
82 'security.c', 82 'security.c',
83 'tree/container.c', 83 'tree/container.c',
84 'tree/layout.c', 84 'tree/layout.c',
85 'tree/output.c',
85 'tree/view.c', 86 'tree/view.c',
86 'tree/workspace.c', 87 'tree/workspace.c',
87) 88)