From 9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 08:59:11 +0100 Subject: volume: convert to C++ --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3