aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 22:19:24 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 22:19:24 +0100
commitaa8ab2fc89ee6d172e8015c95cf6ee800d8e3841 (patch)
tree0174eab88c810a825f394e976c2846c36a1344f8 /Makefile.am
parentd664baff2699842f2182968f5c26dbf63babdeff (diff)
test/test_vorbis_encoder: 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 17315e17..f95cbd0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1276,7 +1276,7 @@ endif
if ENABLE_VORBIS_ENCODER
noinst_PROGRAMS += test/test_vorbis_encoder
-test_test_vorbis_encoder_SOURCES = test/test_vorbis_encoder.c \
+test_test_vorbis_encoder_SOURCES = test/test_vorbis_encoder.cxx \
test/stdbin.h \
src/tokenizer.c src/utils.c src/string_util.c \
src/Tag.cxx src/TagNames.c src/TagPool.cxx \