replay_gain: moved code to replay_gain_config.c

This commit is contained in:
Max Kellermann
2010-01-04 20:58:17 +01:00
parent 1330274ffc
commit 241e94936f
7 changed files with 9 additions and 15 deletions
+2 -2
View File
@@ -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 \