Makefile.am: link test/run_decoder with timer.c

For the fluidsynth plugin.
This commit is contained in:
Max Kellermann 2009-12-15 23:10:48 +01:00
parent 3d95226f2b
commit 971c9671f6
1 changed files with 2 additions and 0 deletions

View File

@ -811,6 +811,7 @@ test_run_decoder_SOURCES = test/run_decoder.c \
src/fd_util.c \
src/audio_check.c \
src/audio_format.c \
src/timer.c \
$(ARCHIVE_SRC) \
$(INPUT_SRC) \
$(TAG_SRC) \
@ -832,6 +833,7 @@ test_read_tags_SOURCES = test/read_tags.c \
src/uri.c \
src/fd_util.c \
src/audio_check.c \
src/timer.c \
$(ARCHIVE_SRC) \
$(INPUT_SRC) \
$(TAG_SRC) \