Makefile.am: make libneighbor.a conditional
Fixes non-Linux build without neighbor plugins.
This commit is contained in:
parent
f5a923b9d1
commit
d5f46a846a
@ -17,7 +17,6 @@ noinst_LIBRARIES = \
|
|||||||
libtag.a \
|
libtag.a \
|
||||||
libinput.a \
|
libinput.a \
|
||||||
libfs.a \
|
libfs.a \
|
||||||
libneighbor.a \
|
|
||||||
libdb_plugins.a \
|
libdb_plugins.a \
|
||||||
libplaylist_plugins.a \
|
libplaylist_plugins.a \
|
||||||
libdecoder_plugins.a \
|
libdecoder_plugins.a \
|
||||||
@ -415,6 +414,8 @@ src_mpd_SOURCES += \
|
|||||||
src/command/NeighborCommands.cxx \
|
src/command/NeighborCommands.cxx \
|
||||||
src/command/NeighborCommands.hxx
|
src/command/NeighborCommands.hxx
|
||||||
|
|
||||||
|
noinst_LIBRARIES += libneighbor.a
|
||||||
|
|
||||||
libneighbor_a_SOURCES = \
|
libneighbor_a_SOURCES = \
|
||||||
src/neighbor/Registry.cxx src/neighbor/Registry.hxx \
|
src/neighbor/Registry.cxx src/neighbor/Registry.hxx \
|
||||||
src/neighbor/Glue.cxx src/neighbor/Glue.hxx \
|
src/neighbor/Glue.cxx src/neighbor/Glue.hxx \
|
||||||
|
Loading…
Reference in New Issue
Block a user