From 17c6db6c33b9b14a8627b3f9b3da8580a5f932a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Oct 2013 12:22:12 +0200 Subject: replay_gain_*.h: rename to *.hxx --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e3cfd9d89..eca519b01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,8 +62,6 @@ mpd_headers = \ src/open.h \ src/Playlist.hxx \ src/poison.h \ - src/replay_gain_config.h \ - src/replay_gain_info.h \ src/TimePrint.cxx src/TimePrint.hxx \ src/Timer.hxx @@ -192,8 +190,8 @@ src_mpd_SOURCES = \ src/Queue.cxx src/Queue.hxx \ src/QueuePrint.cxx src/QueuePrint.hxx \ src/QueueSave.cxx src/QueueSave.hxx \ - src/ReplayGainConfig.cxx \ - src/ReplayGainInfo.cxx \ + src/ReplayGainConfig.cxx src/ReplayGainConfig.hxx \ + src/ReplayGainInfo.cxx src/ReplayGainInfo.hxx \ src/SignalHandlers.cxx src/SignalHandlers.hxx \ src/Song.cxx src/Song.hxx \ src/SongUpdate.cxx \ -- cgit v1.2.3