diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-08-04 10:15:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-04 10:15:29 +1000 |
commit | e24fc3df18182f3b78cdf90322b0acabfb82a60e (patch) | |
tree | 27a696a801539c946ac597e20b920c4b29697204 /sway/meson.build | |
parent | ad2a7c26180dcb1ab0d2d128e207921152762ed6 (diff) | |
parent | 38675eba7be471a2dacb5928f54d046297c23517 (diff) | |
download | sway-e24fc3df18182f3b78cdf90322b0acabfb82a60e.tar.xz |
Merge branch 'master' into fix-2416
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 a9503c3b..17406f6b 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -9,6 +9,7 @@ sway_sources = files( 'ipc-server.c', 'scratchpad.c', 'security.c', + 'swaynag.c', 'desktop/desktop.c', 'desktop/idle_inhibit_v1.c', @@ -78,6 +79,7 @@ sway_sources = files( 'commands/split.c', 'commands/sticky.c', 'commands/swaybg_command.c', + 'commands/swaynag_command.c', 'commands/swap.c', 'commands/title_format.c', 'commands/unmark.c', |