diff options
author | Max Kellermann <max@duempel.org> | 2008-10-22 17:21:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-22 17:21:57 +0200 |
commit | a4def81313a3be9f511f8f4cdab77ee553b7e5a3 (patch) | |
tree | de863739a0d993c447bd1edd2989e3868765033c /src/Makefile.am | |
parent | 1c62e2cd627e6ea2b3a6b216e44f2de41afcce46 (diff) | |
download | mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.gz mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.xz mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.zip |
renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
Diffstat (limited to '')
-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 56360812a..17234ca30 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,7 +96,7 @@ mpd_headers = \ ioops.h \ zeroconf.h \ locate.h \ - storedPlaylist.h \ + stored_playlist.h \ timer.h @@ -171,7 +171,7 @@ mpd_SOURCES = \ volume.c \ utf8.c \ locate.c \ - storedPlaylist.c \ + stored_playlist.c \ timer.c if HAVE_ID3TAG |