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 b224f15f..84f48137 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -5,12 +5,14 @@ sway_sources = files(
5 'commands/exit.c', 5 'commands/exit.c',
6 'commands/exec.c', 6 'commands/exec.c',
7 'commands/exec_always.c', 7 'commands/exec_always.c',
8 'config.c',
8 'ipc-json.c', 9 'ipc-json.c',
9 'ipc-server.c', 10 'ipc-server.c',
10 'desktop/output.c', 11 'desktop/output.c',
11 'desktop/wl_shell.c', 12 'desktop/wl_shell.c',
12 'desktop/xdg_shell_v6.c', 13 'desktop/xdg_shell_v6.c',
13 'desktop/xwayland.c', 14 'desktop/xwayland.c',
15 'security.c',
14 'tree/container.c', 16 'tree/container.c',
15 'tree/layout.c', 17 'tree/layout.c',
16 'tree/workspace.c', 18 'tree/workspace.c',