aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-29 17:41:02 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit569b2bfd5daae5b3be49772bdca4a3f224e20629 (patch)
tree56e1d9e37cc5ffdca34d2f86a0e297cd06ffaf83 /sway/meson.build
parentbf7a4cd0ebd465a0597e9eec0142fad222b396de (diff)
Move bar config into its own file
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 8fcb0dbf..ac65d05e 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -64,6 +64,7 @@ sway_sources = files(
'commands/reload.c',
'commands/workspace.c',
'config.c',
+ 'config/bar.c',
'config/output.c',
'config/seat.c',
'config/input.c',