storage/meson.build: move MemoryDirectoryReader.cxx to storage_api.a

This library is required by the plugins, so this fixes a dependency issue.
This commit is contained in:
Max Kellermann 2023-01-29 08:21:41 +01:00
parent def6fffcf1
commit 8b73257a86
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ storage_api = static_library(
'storage_api',
'StorageInterface.cxx',
'StoragePlugin.cxx',
'MemoryDirectoryReader.cxx',
include_directories: inc,
)
@ -15,7 +16,6 @@ storage_glue = static_library(
'storage_glue',
'Registry.cxx',
'CompositeStorage.cxx',
'MemoryDirectoryReader.cxx',
'Configured.cxx',
include_directories: inc,
dependencies: [