diff options
author | Max Kellermann <max@duempel.org> | 2013-01-29 16:59:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-29 16:59:21 +0100 |
commit | 84eb95466b49453b45cdfef5bed4364cf0d3a299 (patch) | |
tree | 2f845bd9abe47c1e92bc1f419df4d6ede365b05f /Makefile.am | |
parent | 3dd8beb3809d9c61d21e12e7422cca3cbb2afc59 (diff) | |
download | mpd-84eb95466b49453b45cdfef5bed4364cf0d3a299.tar.gz mpd-84eb95466b49453b45cdfef5bed4364cf0d3a299.tar.xz mpd-84eb95466b49453b45cdfef5bed4364cf0d3a299.zip |
output/osx: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 959865679..1b0124066 100644 --- a/Makefile.am +++ b/Makefile.am @@ -864,7 +864,8 @@ endif if HAVE_OSX liboutput_plugins_a_SOURCES += \ - src/output/osx_output_plugin.c src/output/osx_output_plugin.h + src/output/OSXOutputPlugin.cxx \ + src/output/OSXOutputPlugin.hxx endif if HAVE_PULSE |