diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 08:59:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 09:05:01 +0100 |
commit | 9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (patch) | |
tree | 2cfe029e0581c059126051b3450163226343a3b9 /Makefile.am | |
parent | 804900df362c7f65736f8863e7be330e1ddf8758 (diff) |
volume: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |