diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 09:56:54 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 09:56:54 +1200 |
commit | a2ba226ba3f06236518cd15cab807a42c309b6dd (patch) | |
tree | 7fa52e472a3885333ebda68b2d903f429b4a0425 /util | |
parent | 924bf0f669cde20b414cd9f12e72750ca5fdbbaf (diff) |
Use subdir
Diffstat (limited to 'util')
-rw-r--r-- | util/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/meson.build b/util/meson.build new file mode 100644 index 00000000..7b80c23f --- /dev/null +++ b/util/meson.build @@ -0,0 +1,4 @@ +wlr_files += files( + 'list.c', + 'log.c', +) |