aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'common/meson.build')
-rw-r--r--common/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/meson.build b/common/meson.build
new file mode 100644
index 00000000..ca1f1752
--- /dev/null
+++ b/common/meson.build
@@ -0,0 +1,8 @@
1sway_common = files(
2 'log.c',
3 'list.c',
4 'util.c',
5 'stringop.c',
6 'readline.c',
7 'ipc-client.c'
8)