aboutsummaryrefslogtreecommitdiffstats
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 84f48137..5ae7fbb3 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -5,7 +5,9 @@ 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 'commands/output.c',
8 'config.c', 9 'config.c',
10 'config/output.c',
9 'ipc-json.c', 11 'ipc-json.c',
10 'ipc-server.c', 12 'ipc-server.c',
11 'desktop/output.c', 13 'desktop/output.c',