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

Needed for the fluidsynth decoder plugin.
This commit is contained in:
Max Kellermann 2010-01-17 11:21:35 +01:00
parent 1b441837f1
commit a7664b98ba

View File

@ -640,6 +640,7 @@ test_run_decoder_SOURCES = test/run_decoder.c \
src/tag.c src/tag_pool.c \
src/replay_gain.c \
src/uri.c \
src/timer.c \
$(ARCHIVE_SRC) \
$(INPUT_SRC) \
$(TAG_SRC) \
@ -659,6 +660,7 @@ test_read_tags_SOURCES = test/read_tags.c \
src/tag.c src/tag_pool.c \
src/replay_gain.c \
src/uri.c \
src/timer.c \
$(ARCHIVE_SRC) \
$(INPUT_SRC) \
$(TAG_SRC) \