diff options
author | Max Kellermann <max@duempel.org> | 2014-12-29 23:45:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-29 23:45:14 +0100 |
commit | 0b9f650fe27bcb5ff78928b059c2e5032cfbcb97 (patch) | |
tree | a64e6c31716cfff9a39eae58f970a3b4bb31f929 /Makefile.am | |
parent | 977834179a790e8573eb8cd12252e0c160b69bd7 (diff) | |
download | mpd-0b9f650fe27bcb5ff78928b059c2e5032cfbcb97.tar.gz mpd-0b9f650fe27bcb5ff78928b059c2e5032cfbcb97.tar.xz mpd-0b9f650fe27bcb5ff78928b059c2e5032cfbcb97.zip |
output/Wrapper: new helper class
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 ad0d65427..d204c9947 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1236,6 +1236,7 @@ OUTPUT_LIBS = \ OUTPUT_API_SRC = \ src/output/OutputAPI.hxx \ src/output/Internal.hxx \ + src/output/Wrapper.hxx \ src/output/Registry.cxx src/output/Registry.hxx \ src/output/MultipleOutputs.cxx src/output/MultipleOutputs.hxx \ src/output/OutputThread.cxx \ |