diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-13 19:17:43 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-13 19:17:43 +0200 |
commit | 9091c472ee621c035a87d4eb9121dc26d912f7b2 (patch) | |
tree | b634ad3c5b394d31f342fa01764da8ce9e0f9c02 /include | |
parent | 979a7f4a10151b13a31298398935b93f4ca287f1 (diff) |
first meson format
Diffstat (limited to 'include')
-rw-r--r-- | include/meson.build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/meson.build b/include/meson.build index 42439fd..7e4cbd0 100644 --- a/include/meson.build +++ b/include/meson.build @@ -1,6 +1,6 @@ qlibs_inc = include_directories('.') -qlibs_hdrs = [ +qlibs_hdrs = files( 'alloc.h', 'base64.h', 'buffer.h', @@ -37,15 +37,15 @@ qlibs_hdrs = [ 'select.h', 'sig.h', 'socket_if.h', - 'stralloc.h', 'str.h', - 'taia.h', + 'stralloc.h', 'tai.h', - 'timeoutconn.h', + 'taia.h', 'timeout.h', + 'timeoutconn.h', 'uint_t.h', 'wait.h', -] +) qlibs_hdr_subdir = 'fehqlibs' |