diff --git a/meson.build b/meson.build index c7cb2d74f..6fb9b529e 100644 --- a/meson.build +++ b/meson.build @@ -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', diff --git a/src/storage/meson.build b/src/storage/meson.build index 0102d6927..cc214548c 100644 --- a/src/storage/meson.build +++ b/src/storage/meson.build @@ -17,7 +17,6 @@ storage_glue = static_library( 'CompositeStorage.cxx', 'MemoryDirectoryReader.cxx', 'Configured.cxx', - 'StorageState.cxx', include_directories: inc, dependencies: [ boost_dep,