summaryrefslogtreecommitdiff
path: root/src/basic/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-26 16:32:40 +0200
committerLennart Poettering <lennart@poettering.net>2018-05-24 17:01:57 +0200
commitd58ad743f98b3a88de961462fb7adedbf30f727d (patch)
tree0978f88d2e97ef6aacd032b0c6540c70906f5207 /src/basic/meson.build
parent080dfda85a9fc4bd471bc056a570d9eab411efa2 (diff)
downloadsystemd-d58ad743f98b3a88de961462fb7adedbf30f727d.tar.gz
os-util: add helpers for finding /etc/os-release
Place this new helpers in a new source file os-util.[ch], and move the existing and related call path_is_os_tree() to it as well.
Diffstat (limited to 'src/basic/meson.build')
-rw-r--r--src/basic/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build
index 69c525dcdc..0b2106807c 100644
--- a/src/basic/meson.build
+++ b/src/basic/meson.build
@@ -131,6 +131,8 @@ basic_sources = files('''
ordered-set.h
pager.c
pager.h
+ os-util.c
+ os-util.h
parse-util.c
parse-util.h
path-util.c