Makefile.am: moved file names to $(OUTPUT_API_SRC)

This commit is contained in:
Max Kellermann 2009-03-10 15:46:55 +01:00
parent eeb54a5f35
commit 296c1bb3b6
1 changed files with 5 additions and 3 deletions

View File

@ -150,7 +150,7 @@ src_mpd_SOURCES = \
$(INPUT_SRC) \
$(DECODER_SRC) \
$(ENCODER_SRC) \
$(OUTPUT_SRC) \
$(OUTPUT_API_SRC) $(OUTPUT_SRC) \
$(MIXER_SRC) \
src/notify.c \
src/audio.c \
@ -440,7 +440,7 @@ OUTPUT_LIBS = \
$(ALSA_LIBS) \
$(SHOUT_LIBS)
OUTPUT_SRC = \
OUTPUT_API_SRC = \
src/output_list.c \
src/output_all.c \
src/output_thread.c \
@ -448,7 +448,9 @@ OUTPUT_SRC = \
src/output_state.c \
src/output_print.c \
src/output_command.c \
src/output_init.c \
src/output_init.c
OUTPUT_SRC = \
src/output/null_plugin.c
MIXER_SRC = \