diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 15:40:03 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 11:01:34 +0200 |
commit | f79ee66646f66e5117583bcf9a579b7f538ca8bb (patch) | |
tree | 024548ec910b030c07b4d38b253b6f68a9a4fa17 /src/libutil/meson.build | |
parent | b91055112035c256fffd44d77f746b977cfdf3ca (diff) |
util.{hh,cc}: Split out users.{hh,cc}
Change-Id: I1bd92479a2cb7e5c2c2e1541b80474adb05ea0df
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 b662ea455..5e767b447 100644 --- a/src/libutil/meson.build +++ b/src/libutil/meson.build @@ -39,6 +39,7 @@ libutil_sources = files( 'unix-domain-socket.cc', 'url.cc', 'url-name.cc', + 'users.cc', 'util.cc', 'xml-writer.cc', ) @@ -109,6 +110,7 @@ libutil_headers = files( 'url-parts.hh', 'url-name.hh', 'url.hh', + 'users.hh', 'util.hh', 'variant-wrapper.hh', 'xml-writer.hh', |