From a4def81313a3be9f511f8f4cdab77ee553b7e5a3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Oct 2008 17:21:57 +0200 Subject: renamed storedPlaylist.c to stored_playlist.c No CamelCase in file names. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3