From 8b73257a86c4a119259b8106085cbea4c7084046 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 29 Jan 2023 08:21:41 +0100 Subject: [PATCH] storage/meson.build: move MemoryDirectoryReader.cxx to storage_api.a This library is required by the plugins, so this fixes a dependency issue. --- src/storage/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/meson.build b/src/storage/meson.build index 51a8c1d1e..4ca1715bd 100644 --- a/src/storage/meson.build +++ b/src/storage/meson.build @@ -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: [