diff options
author | emersion <[email protected]> | 2017-12-04 22:43:49 +0100 |
---|---|---|
committer | emersion <[email protected]> | 2017-12-04 22:43:49 +0100 |
commit | 514c819ff98d72880c5b7e0beb7bd9ca866bc1ad (patch) | |
tree | d2ddf512ebc46ea2c93c7a487cdf758c84e3d0bd /sway/meson.build | |
parent | 9fbcdc79b692551cacdfda1f2413517fc556b66f (diff) |
Add exec and exec_always commands
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
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', |