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:
parent
def6fffcf1
commit
8b73257a86
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue