summaryrefslogtreecommitdiff
path: root/swaybar/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-03-28 23:56:02 -0400
committerDrew DeVault <[email protected]>2018-03-29 22:11:08 -0400
commit5c9ad035db1bebba3f1954dd1f4328c6421776d4 (patch)
tree860eef96eaa4e7573384e64731f914d24e846cf5 /swaybar/meson.build
parentcab1352801b62d1b8a12ca1c995cb24445ce4bc9 (diff)
Wire up basic IPC support
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r--swaybar/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index fd87e51d..6dc7c564 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -4,6 +4,7 @@ executable(
'bar.c',
'config.c',
'event_loop.c',
+ 'ipc.c',
'main.c',
'render.c',
],