diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 14:57:20 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 11:01:34 +0200 |
commit | b91055112035c256fffd44d77f746b977cfdf3ca (patch) | |
tree | a13d38c19913927a80cc8624ff9d2e68ee66beaf /src/libutil/meson.build | |
parent | 5b5a75979a0b954a5deefe79c8040bac1ad9c76a (diff) |
util.{hh,cc}: Split out strings.{hh,cc}
Change-Id: I4f642d1046d56b5db26f1b0296ee16a0e02d444a
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 73c520116..b662ea455 100644 --- a/src/libutil/meson.build +++ b/src/libutil/meson.build @@ -31,6 +31,7 @@ libutil_sources = files( 'shlex.cc', 'signals.cc', 'source-path.cc', + 'strings.cc', 'suggestions.cc', 'tarfile.cc', 'terminal.cc', @@ -96,6 +97,7 @@ libutil_headers = files( 'signals.hh', 'source-path.hh', 'split.hh', + 'strings.hh', 'suggestions.hh', 'sync.hh', 'tarfile.hh', |