aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-01 15:31:02 +0100
committerGitHub <noreply@github.com>2018-05-01 15:31:02 +0100
commit0e51c7be449dd68025d5acd8c634f8dcacb10a16 (patch)
treec2c7e713a150c7f9a947b100e0fa4c56efb5c3b2 /sway/meson.build
parentbf0603cd2d905554cc57d121b56b6708bb1d382b (diff)
parentcb07434913b89580a4025824cb181733b2db1eb7 (diff)
Merge pull request #1874 from RyanDwyer/borders
Implement borders
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 146ad4b8..83e8e656 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -29,6 +29,9 @@ sway_sources = files(
'commands/assign.c',
'commands/bar.c',
'commands/bind.c',
+ 'commands/border.c',
+ 'commands/client.c',
+ 'commands/default_border.c',
'commands/default_orientation.c',
'commands/exit.c',
'commands/exec.c',