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 ab863e87..e16691a8 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -6,7 +6,9 @@ sway_sources = files(
6 'commands/exec.c', 6 'commands/exec.c',
7 'commands/exec_always.c', 7 'commands/exec_always.c',
8 'commands/include.c', 8 'commands/include.c',
9 'commands/output.c',
9 'config.c', 10 'config.c',
11 'config/output.c',
10 'ipc-json.c', 12 'ipc-json.c',
11 'ipc-server.c', 13 'ipc-server.c',
12 'desktop/output.c', 14 'desktop/output.c',