diff options
author | Max Kellermann <max@duempel.org> | 2012-08-29 20:17:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-29 20:17:13 +0200 |
commit | 04a9dec9525a58d077da71a84655cb45b7838520 (patch) | |
tree | a86127d5b42bf35cac006afa07afc087f9be8e6c /Makefile.am | |
parent | 6ee76b7154a55b6bd12a4b695faed2bf49c2a5d5 (diff) | |
download | mpd-04a9dec9525a58d077da71a84655cb45b7838520.tar.gz mpd-04a9dec9525a58d077da71a84655cb45b7838520.tar.xz mpd-04a9dec9525a58d077da71a84655cb45b7838520.zip |
playlist_print: rename to PlaylistPrint.cxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ab1d11032..2f015ed80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,7 +154,6 @@ mpd_headers = \ src/playlist.h \ src/playlist_error.h \ src/playlist_internal.h \ - src/playlist_print.h \ src/playlist_save.h \ src/playlist_state.h \ src/playlist_plugin.h \ @@ -324,7 +323,7 @@ src_mpd_SOURCES = \ src/playlist_global.c \ src/playlist_control.c \ src/playlist_edit.c \ - src/playlist_print.c \ + src/PlaylistPrint.cxx src/PlaylistPrint.hxx \ src/playlist_save.c \ src/playlist_mapper.c \ src/playlist_any.c \ |