Makefile.am: link test/run_convert with ConfigError.cxx

Fixes linker error due to missing "config_domain" symbol.
This commit is contained in:
Max Kellermann 2014-11-21 15:14:24 +01:00
parent 62288907dd
commit b3f5f2f75f

View File

@ -1899,6 +1899,7 @@ test_run_normalize_LDADD = \
$(GLIB_LIBS)
test_run_convert_SOURCES = test/run_convert.cxx \
src/config/ConfigError.cxx \
src/Log.cxx src/LogBackend.cxx \
src/AudioFormat.cxx \
src/CheckAudioFormat.cxx \