aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 22:23:37 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 22:23:37 +0100
commitb5e1bd5705842fe73bbb12e5ff771e42e10cb004 (patch)
tree729897f673c716e5b251b7308b8cfc81f94a2037 /Makefile.am
parent4bef0a1e62602a79764d9867b7fcf11dd940edbe (diff)
downloadmpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.tar.gz
mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.tar.xz
mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.zip
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cff1ca662..33d19d958 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -261,7 +261,7 @@ src_mpd_SOURCES = \
src/PlayerThread.cxx src/PlayerThread.hxx \
src/PlayerControl.cxx src/PlayerControl.hxx \
src/Playlist.cxx \
- src/PlaylistGlobal.cxx \
+ src/PlaylistGlobal.cxx src/PlaylistGlobal.hxx \
src/PlaylistControl.cxx \
src/PlaylistEdit.cxx \
src/PlaylistPrint.cxx src/PlaylistPrint.hxx \