summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authoremersion <[email protected]>2017-12-04 22:43:49 +0100
committeremersion <[email protected]>2017-12-04 22:43:49 +0100
commit514c819ff98d72880c5b7e0beb7bd9ca866bc1ad (patch)
treed2ddf512ebc46ea2c93c7a487cdf758c84e3d0bd /sway/meson.build
parent9fbcdc79b692551cacdfda1f2413517fc556b66f (diff)
Add exec and exec_always commands
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 9f92f5d1..b224f15f 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -3,6 +3,8 @@ sway_sources = files(
'server.c',
'commands.c',
'commands/exit.c',
+ 'commands/exec.c',
+ 'commands/exec_always.c',
'ipc-json.c',
'ipc-server.c',
'desktop/output.c',