Makefile.am: fix "undefined reference" linker error

This commit is contained in:
Max Kellermann 2016-08-05 17:48:53 +02:00
parent 5834843b8a
commit 36704c5e18
1 changed files with 1 additions and 0 deletions

View File

@ -1876,6 +1876,7 @@ test_run_convert_SOURCES = test/run_convert.cxx \
src/AudioParser.cxx
test_run_convert_LDADD = \
$(PCM_LIBS) \
libconf.a \
libutil.a \
$(GLIB_LIBS)