diff options
author | Max Kellermann <max@duempel.org> | 2013-08-10 19:40:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-10 19:40:45 +0200 |
commit | 7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (patch) | |
tree | 8393e8af1793ebc55179dc571e39dd6d57357c7f /Makefile.am | |
parent | 7f0ce4e94e0b2366b1422a6864393eb37a64d546 (diff) | |
download | mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.gz mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.xz mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.zip |
playlist_error: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a3e1b34f7..16fba526c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,6 @@ mpd_headers = \ src/AudioCompress/compress.h \ src/open.h \ src/Playlist.hxx \ - src/playlist_error.h \ src/poison.h \ src/riff.h \ src/aiff.h \ @@ -180,6 +179,7 @@ src_mpd_SOURCES = \ src/PlayerThread.cxx src/PlayerThread.hxx \ src/PlayerControl.cxx src/PlayerControl.hxx \ src/Playlist.cxx \ + src/PlaylistError.hxx \ src/PlaylistGlobal.cxx src/PlaylistGlobal.hxx \ src/PlaylistControl.cxx \ src/PlaylistEdit.cxx \ |