Commit 971c9671 authored by Max Kellermann's avatar Max Kellermann

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

For the fluidsynth plugin.
parent 3d95226f
...@@ -811,6 +811,7 @@ test_run_decoder_SOURCES = test/run_decoder.c \ ...@@ -811,6 +811,7 @@ test_run_decoder_SOURCES = test/run_decoder.c \
src/fd_util.c \ src/fd_util.c \
src/audio_check.c \ src/audio_check.c \
src/audio_format.c \ src/audio_format.c \
src/timer.c \
$(ARCHIVE_SRC) \ $(ARCHIVE_SRC) \
$(INPUT_SRC) \ $(INPUT_SRC) \
$(TAG_SRC) \ $(TAG_SRC) \
...@@ -832,6 +833,7 @@ test_read_tags_SOURCES = test/read_tags.c \ ...@@ -832,6 +833,7 @@ test_read_tags_SOURCES = test/read_tags.c \
src/uri.c \ src/uri.c \
src/fd_util.c \ src/fd_util.c \
src/audio_check.c \ src/audio_check.c \
src/timer.c \
$(ARCHIVE_SRC) \ $(ARCHIVE_SRC) \
$(INPUT_SRC) \ $(INPUT_SRC) \
$(TAG_SRC) \ $(TAG_SRC) \
......
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