diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a61621b5f..dfe145635 100644 --- a/Makefile.am +++ b/Makefile.am @@ -789,6 +789,7 @@ test_run_decoder_SOURCES = test/run_decoder.c \ src/replay_gain.c \ src/uri.c \ src/fd_util.c \ + src/audio_check.c \ $(ARCHIVE_SRC) \ $(INPUT_SRC) \ $(TAG_SRC) \ @@ -809,6 +810,7 @@ test_read_tags_SOURCES = test/read_tags.c \ src/replay_gain.c \ src/uri.c \ src/fd_util.c \ + src/audio_check.c \ $(ARCHIVE_SRC) \ $(INPUT_SRC) \ $(TAG_SRC) \ |