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

@@ -390,6 +390,7 @@ endif
if enable_database
sources += [
'src/storage/StorageState.cxx',
'src/queue/PlaylistUpdate.cxx',
'src/command/StorageCommands.cxx',
'src/command/DatabaseCommands.cxx',