diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 20:00:09 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 20:00:09 -0400 |
commit | fa004dd0d78b922b75a6cc9c970824d18aa4e4aa (patch) | |
tree | 1e4468322ed60e5b0930b1e7b6e43c5fab970d99 /sway/meson.build | |
parent | a001890fb8a9fc8c7f0b8eac03ca5912be2de479 (diff) |
move output create to its own file
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 87d882d2..91aab0a0 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -88,6 +88,7 @@ sway_sources = files( 'tree/layout.c', 'tree/view.c', 'tree/workspace.c', + 'tree/output.c', ) sway_deps = [ |