diff options
author | Max Kellermann <max@duempel.org> | 2014-12-29 22:42:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-29 22:42:52 +0100 |
commit | 99e6409a67de5f4af181ac11b2b9fd9b4515e3fa (patch) | |
tree | 6778503679c780c82fe3afc56a345588ef32e829 /Makefile.am | |
parent | 6a0a5f9693a69d2b8453d77155d2b238decf964d (diff) | |
download | mpd-99e6409a67de5f4af181ac11b2b9fd9b4515e3fa.tar.gz mpd-99e6409a67de5f4af181ac11b2b9fd9b4515e3fa.tar.xz mpd-99e6409a67de5f4af181ac11b2b9fd9b4515e3fa.zip |
{mixer,output}/pulse: move code to LogPulseError()
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bc248c742..ad0d65427 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1351,6 +1351,7 @@ libmixer_plugins_a_SOURCES += \ noinst_LIBRARIES += libpulse.a libpulse_a_SOURCES = \ + src/lib/pulse/LogError.cxx src/lib/pulse/LogError.hxx \ src/lib/pulse/Error.cxx src/lib/pulse/Error.hxx \ src/lib/pulse/Domain.cxx src/lib/pulse/Domain.hxx libpulse_a_CPPFLAGS = $(AM_CPPFLAGS) $(PULSE_CFLAGS) |