aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 07:42:50 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 07:42:50 +0200
commitbd42aeab462887a0e5b98ca5d3f80f700046ba52 (patch)
treee3ad7d63032cb43487f1d152ac3379e48d187f8c /Makefile.am
parentcde6a3a00c15f90062c8d4f46df07312cbcfa718 (diff)
downloadmpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.gz
mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.xz
mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.zip
XiphTags: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 528f9c87f..e70b5df04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -541,7 +541,7 @@ endif
if HAVE_XIPH
libdecoder_plugins_a_SOURCES += \
- src/decoder/XiphTags.c src/decoder/XiphTags.h \
+ src/decoder/XiphTags.cxx src/decoder/XiphTags.hxx \
src/decoder/OggCodec.cxx src/decoder/OggCodec.hxx
endif