From 241e94936f165a35686fb4b8f60cb2e604f15bc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jan 2010 20:58:17 +0100 Subject: replay_gain: moved code to replay_gain_config.c --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1ff1d8ec..5394e793 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ mpd_headers = \ src/queue.h \ src/queue_print.h \ src/queue_save.h \ - src/replay_gain.h \ + src/replay_gain_config.h \ src/replay_gain_info.h \ src/replay_gain_state.h \ src/sig_handlers.h \ @@ -296,7 +296,7 @@ src_mpd_SOURCES = \ src/queue.c \ src/queue_print.c \ src/queue_save.c \ - src/replay_gain.c \ + src/replay_gain_config.c \ src/replay_gain_info.c \ src/replay_gain_state.c \ src/sig_handlers.c \ -- cgit v1.2.3