aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-30 03:39:27 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-30 03:39:27 -0500
commit88cc7e31781a0d42bdd4f9eee646c02ff03857c4 (patch)
tree7cb3d493be3e01752e345bdba29ea3ba2842c4ae /common
parentba6246ada199beafdc9c3585000bf9f59e4e91f8 (diff)
use meson subdirectories
Diffstat (limited to 'common')
-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 @@
+sway_common = files(
+ 'log.c',
+ 'list.c',
+ 'util.c',
+ 'stringop.c',
+ 'readline.c',
+ 'ipc-client.c'
+)