aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-17 11:21:35 +0100
committerMax Kellermann <max@duempel.org>2010-01-17 11:21:35 +0100
commita7664b98ba5ec05a1104df4f328de898e0429126 (patch)
treef8e36b8049e5bc3fcf04ba0a02d4e9c78d9775e8 /Makefile.am
parent1b441837f1b51d2504256b730129e0fe92d64375 (diff)
downloadmpd-a7664b98ba5ec05a1104df4f328de898e0429126.tar.gz
mpd-a7664b98ba5ec05a1104df4f328de898e0429126.tar.xz
mpd-a7664b98ba5ec05a1104df4f328de898e0429126.zip
Makefile.am: link test/run_decoder and test/read_tags with timer.c
Needed for the fluidsynth decoder plugin.
Diffstat (limited to '')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d9b01f111..6e7827785 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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) \