Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann
2022-11-12 12:29:21 +01:00
5 changed files with 13 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ storage_glue = static_library(
'CompositeStorage.cxx',
'MemoryDirectoryReader.cxx',
'Configured.cxx',
'StorageState.cxx',
include_directories: inc,
dependencies: [
boost_dep,
@@ -31,4 +30,3 @@ storage_glue_dep = declare_dependency(
storage_plugins_dep,
],
)