storage/meson.build: move StorageState.cxx to "mpd" executable

Fixes spurious linker errors.
This commit is contained in:
Max Kellermann
2022-11-12 12:19:41 +01:00
parent ab99a57997
commit c2d0f35e7a
2 changed files with 1 additions and 1 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,