Commit ef369c2e authored by Avuton Olrich's avatar Avuton Olrich

Makefile.am: Add PULSE_LIBS for linking the mixer when compiling with pulse

Commit 3a3158 introduced a small bug where the pulseaudio mixer would not link with the main binary in some situations.
parent 1e89ca09
...@@ -33,7 +33,7 @@ src_mpd_LDADD = \ ...@@ -33,7 +33,7 @@ src_mpd_LDADD = \
$(OUTPUT_LIBS) \ $(OUTPUT_LIBS) \
$(FILTER_LIBS) \ $(FILTER_LIBS) \
$(ENCODER_LIBS) \ $(ENCODER_LIBS) \
libmixer_plugins.a \ $(MIXER_LIBS) \
$(GLIB_LIBS) $(GLIB_LIBS)
mpd_headers = \ mpd_headers = \
...@@ -741,6 +741,10 @@ OUTPUT_API_SRC = \ ...@@ -741,6 +741,10 @@ OUTPUT_API_SRC = \
liboutput_plugins_a_SOURCES = \ liboutput_plugins_a_SOURCES = \
src/output/null_output_plugin.c src/output/null_output_plugin.c
MIXER_LIBS = \
libmixer_plugins.a \
$(PULSE_LIBS)
MIXER_API_SRC = \ MIXER_API_SRC = \
src/mixer_control.c \ src/mixer_control.c \
src/mixer_type.c \ src/mixer_type.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment