diff options
Diffstat (limited to 'src/libutil/meson.build')
-rw-r--r-- | src/libutil/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libutil/meson.build b/src/libutil/meson.build index 41336874b..3e10e4b63 100644 --- a/src/libutil/meson.build +++ b/src/libutil/meson.build @@ -7,6 +7,7 @@ libutil_sources = files( 'compute-levels.cc', 'config.cc', 'current-process.cc', + 'deprecated-features.cc', 'english.cc', 'environment-variables.cc', 'error.cc', @@ -64,6 +65,8 @@ libutil_headers = files( 'config-impl.hh', 'config.hh', 'current-process.hh', + 'deprecated-features.hh', + 'deprecated-features-json.hh', 'english.hh', 'environment-variables.hh', 'error.hh', |