diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 12:25:49 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 09:54:47 +0200 |
commit | 8cd9aa24a8d48caf22225ce32dff3c5aaa111687 (patch) | |
tree | 27ea642636e1e47d37053f5fd4d209e29f4a9149 /src/libutil/meson.build | |
parent | 6b5078c81554ddb36547f8c41805cc94b7738396 (diff) |
util.{hh,cc}: Split out file-descriptor.{hh,cc}
Change-Id: I0dd0f9a9c2003fb887e076127e7f825fd3289c76
Diffstat (limited to 'src/libutil/meson.build')
-rw-r--r-- | src/libutil/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/meson.build b/src/libutil/meson.build index 8af251d1b..a4813d9a3 100644 --- a/src/libutil/meson.build +++ b/src/libutil/meson.build @@ -13,6 +13,7 @@ libutil_sources = files( 'escape-string.cc', 'exit.cc', 'experimental-features.cc', + 'file-descriptor.cc', 'file-system.cc', 'git.cc', 'hash.cc', @@ -62,6 +63,7 @@ libutil_headers = files( 'exit.hh', 'experimental-features.hh', 'experimental-features-json.hh', + 'file-descriptor.hh', 'file-system.hh', 'finally.hh', 'fmt.hh', |