aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-02-02 09:30:29 +0100
committerMax Kellermann <max@duempel.org>2013-02-02 09:30:29 +0100
commit7bb5a960fde46363adf888db5b05b7b883d2b16b (patch)
tree855ab6035e2e186dd3e813ee6e65d625a8bf2d9c /Makefile.am
parente6b04d1b50c0b455a255bd90ea72f51eb323e62d (diff)
output/null: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e770efe..fd4ff377 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -790,8 +790,8 @@ OUTPUT_API_SRC = \
src/OutputInit.cxx
liboutput_plugins_a_SOURCES = \
- src/output/null_output_plugin.h \
- src/output/null_output_plugin.c
+ src/output/NullOutputPlugin.cxx \
+ src/output/NullOutputPlugin.hxx
MIXER_LIBS = \
libmixer_plugins.a \