From ba161ec572b98d3bcf9f735ff122133319fe896a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:25:12 +0200 Subject: song: convert header 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 442e64609..5df5a1113 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,6 @@ mpd_headers = \ src/replay_gain_info.h \ src/replay_gain_ape.h \ src/TimePrint.cxx src/TimePrint.hxx \ - src/song.h \ src/stats.h \ src/tag.h \ src/tag_internal.h \ @@ -217,7 +216,7 @@ src_mpd_SOURCES = \ src/ReplayGainConfig.cxx \ src/ReplayGainInfo.cxx \ src/SignalHandlers.cxx src/SignalHandlers.hxx \ - src/Song.cxx \ + src/Song.cxx src/Song.hxx \ src/SongUpdate.cxx \ src/SongPrint.cxx src/SongPrint.hxx \ src/SongSave.cxx src/SongSave.hxx \ -- cgit v1.2.3