aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 22:42:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 22:42:12 +0100
commit43cbbe111b2429b41b1896f228625cf5692c3d88 (patch)
tree68c9daf2c6c5c5a81705694dd819358f21f552cc /Makefile.am
parent9ceb8a717ae940972904ef83722f71c3ee124715 (diff)
downloadmpd-43cbbe111b2429b41b1896f228625cf5692c3d88.tar.gz
mpd-43cbbe111b2429b41b1896f228625cf5692c3d88.tar.xz
mpd-43cbbe111b2429b41b1896f228625cf5692c3d88.zip
song_update: 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 1ae249c80..76ec6a612 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -309,7 +309,7 @@ src_mpd_SOURCES = \
src/replay_gain_info.c \
src/sig_handlers.c \
src/Song.cxx \
- src/song_update.c \
+ src/SongUpdate.cxx \
src/SongPrint.cxx src/SongPrint.hxx \
src/SongSave.cxx src/SongSave.hxx \
src/resolver.c src/resolver.h \