aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-15 23:10:48 +0100
committerMax Kellermann <max@duempel.org>2009-12-15 23:11:57 +0100
commit971c9671f6f41d0d0f7bf291477a64e7cee74998 (patch)
tree863ef8e3328aff13e8b63815f43a174d7149d76f
parent3d95226f2be4950c49ec7f87156f51121ca6911d (diff)
Makefile.am: link test/run_decoder with timer.c
For the fluidsynth plugin.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c7e7b479..ca592979 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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) \