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
|
if enable_database
|
||||||
sources += [
|
sources += [
|
||||||
|
'src/storage/StorageState.cxx',
|
||||||
'src/queue/PlaylistUpdate.cxx',
|
'src/queue/PlaylistUpdate.cxx',
|
||||||
'src/command/StorageCommands.cxx',
|
'src/command/StorageCommands.cxx',
|
||||||
'src/command/DatabaseCommands.cxx',
|
'src/command/DatabaseCommands.cxx',
|
||||||
|
|
|
@ -17,7 +17,6 @@ storage_glue = static_library(
|
||||||
'CompositeStorage.cxx',
|
'CompositeStorage.cxx',
|
||||||
'MemoryDirectoryReader.cxx',
|
'MemoryDirectoryReader.cxx',
|
||||||
'Configured.cxx',
|
'Configured.cxx',
|
||||||
'StorageState.cxx',
|
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
boost_dep,
|
boost_dep,
|
||||||
|
|
Loading…
Reference in New Issue