aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-22 17:21:57 +0200
committerMax Kellermann <max@duempel.org>2008-10-22 17:21:57 +0200
commita4def81313a3be9f511f8f4cdab77ee553b7e5a3 (patch)
treede863739a0d993c447bd1edd2989e3868765033c /src/Makefile.am
parent1c62e2cd627e6ea2b3a6b216e44f2de41afcce46 (diff)
renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 56360812..17234ca3 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