storage/meson.build: move StorageState.cxx to "mpd" executable
Fixes spurious linker errors.
This commit is contained in:
parent
ab99a57997
commit
c2d0f35e7a
|
@ -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',
|
||||
|
|
|
@ -17,7 +17,6 @@ storage_glue = static_library(
|
|||
'CompositeStorage.cxx',
|
||||
'MemoryDirectoryReader.cxx',
|
||||
'Configured.cxx',
|
||||
'StorageState.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
|
|
Loading…
Reference in New Issue