aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-22 00:36:48 +0200
committerMax Kellermann <max@duempel.org>2013-10-22 01:05:29 +0200
commitd110131ad68fc834f972ab81b1c2292a8c0dacd9 (patch)
treebaa2af808980f19aa6cae829c65dc594231cc689 /Makefile.am
parent10bc1a9acc582636b391e5f60f989d2fefb23d05 (diff)
downloadmpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.tar.gz
mpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.tar.xz
mpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.zip
Playlist: refresh new tags after database update
Fixes regression from commit e96779d.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ecc86d904..b3f62b6f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -178,6 +178,7 @@ src_mpd_SOURCES = \
src/PlaylistVector.cxx src/PlaylistVector.hxx \
src/PlaylistInfo.hxx \
src/PlaylistDatabase.cxx src/PlaylistDatabase.hxx \
+ src/PlaylistUpdate.cxx \
src/IdTable.hxx \
src/Queue.cxx src/Queue.hxx \
src/QueuePrint.cxx src/QueuePrint.hxx \