diff options
author | Max Kellermann <max@duempel.org> | 2014-11-21 15:14:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-21 15:14:24 +0100 |
commit | b3f5f2f75f7c982659b17730a95db992ed64f413 (patch) | |
tree | 69112a7bd552c07afb8a9015e92a03177870a3d7 /Makefile.am | |
parent | 62288907dd014d87d9b156933873363d97d8199b (diff) | |
download | mpd-b3f5f2f75f7c982659b17730a95db992ed64f413.tar.gz mpd-b3f5f2f75f7c982659b17730a95db992ed64f413.tar.xz mpd-b3f5f2f75f7c982659b17730a95db992ed64f413.zip |
Makefile.am: link test/run_convert with ConfigError.cxx
Fixes linker error due to missing "config_domain" symbol.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c065fa49e..5608574fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |