aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 08:59:11 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 09:05:01 +0100
commit9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (patch)
tree2cfe029e0581c059126051b3450163226343a3b9 /Makefile.am
parent804900df362c7f65736f8863e7be330e1ddf8758 (diff)
downloadmpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.tar.gz
mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.tar.xz
mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.zip
volume: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d4761c950..8ccc04f38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,7 +152,6 @@ mpd_headers = \
src/uri.h \
src/utils.h \
src/string_util.h \
- src/volume.h \
src/zeroconf.h src/zeroconf-internal.h \
src/timer.h \
src/archive_api.h \
@@ -306,7 +305,7 @@ src_mpd_SOURCES = \
src/uri.c \
src/utils.c \
src/string_util.c \
- src/volume.c \
+ src/Volume.cxx src/Volume.hxx \
src/SongFilter.cxx src/SongFilter.hxx \
src/PlaylistFile.cxx src/PlaylistFile.hxx \
src/timer.c