diff options
author | Max Kellermann <max@duempel.org> | 2008-11-11 15:55:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-11 15:55:34 +0100 |
commit | 54ad08ab378f9e988cc8289c0923e50047805b1f (patch) | |
tree | e6ecc516d6af027edd3f1cb1c6094ff58206c2b0 /src/Makefile.am | |
parent | 130659e856eac7520fc1b32c0a7552ce354df66b (diff) | |
download | mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.tar.gz mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.tar.xz mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.zip |
replay_gain: renamed sources to replay_gain.c, replay_gain.h
No CamelCase file names.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e5353a4e6..98b1cc830 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,7 @@ mpd_headers = \ playerData.h \ playlist.h \ playlist_save.h \ - replayGain.h \ + replay_gain.h \ signal_check.h \ sig_handlers.h \ song.h \ @@ -137,7 +137,7 @@ mpd_SOURCES = \ playerData.c \ playlist.c \ playlist_save.c \ - replayGain.c \ + replay_gain.c \ sig_handlers.c \ signal_check.c \ song.c \ |