diff options
author | Max Kellermann <max@duempel.org> | 2013-12-24 14:44:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-24 14:44:08 +0100 |
commit | 1ad52f131c7adf3396ea03d8da0da807da222bba (patch) | |
tree | 7556fa5d25352a5166342cbd582e62f473644123 /Makefile.am | |
parent | 8064bbbc3f3d3bac50a9cd972106479fd32917cc (diff) | |
download | mpd-1ad52f131c7adf3396ea03d8da0da807da222bba.tar.gz mpd-1ad52f131c7adf3396ea03d8da0da807da222bba.tar.xz mpd-1ad52f131c7adf3396ea03d8da0da807da222bba.zip |
test/*: use fprintf(stderr,...) and Log() instead of g_printerr()
Avoid GLib.
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 0448cf416..72a77eb23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1397,6 +1397,7 @@ endif test_software_volume_SOURCES = test/software_volume.cxx \ test/stdbin.h \ + src/Log.cxx src/LogBackend.cxx \ src/AudioFormat.cxx src/CheckAudioFormat.cxx \ src/AudioParser.cxx test_software_volume_LDADD = \ |