aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-02 12:23:15 -0400
committerGitHub <noreply@github.com>2018-04-02 12:23:15 -0400
commit7e3aa1daa8b945b762d98bc67c660cdc6c94b72f (patch)
treed2b9dd4816efdf861e71bcd1eff6a70928e59dc6 /sway/meson.build
parent122b96abed9955f78e3f157167d34312f5bb551d (diff)
parente3689dd5a93b4f4ae62637a2b81797335aafdcaf (diff)
downloadsway-7e3aa1daa8b945b762d98bc67c660cdc6c94b72f.tar.xz
Merge pull request #1693 from swaywm/move-cmd
Partially implement move command
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 0cc620ea..38945b4c 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -19,6 +19,7 @@ sway_sources = files(
'commands/input.c',
'commands/layout.c',
'commands/mode.c',
+ 'commands/move.c',
'commands/seat.c',
'commands/seat/attach.c',
'commands/seat/fallback.c',