Commit b3f5f2f7 authored by Max Kellermann's avatar Max Kellermann

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

Fixes linker error due to missing "config_domain" symbol.
parent 62288907
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment