From 6cfe421cd64278f85310a258ab42c372c8a847b3 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 16 May 2007 12:02:10 +0000 Subject: Committing pat's rewrite of the stored playlist code. This also adds two new commands: playlistmove and playlistdelete. git-svn-id: https://svn.musicpd.org/mpd/trunk@6116 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ab2f2d80c..6cf4b033e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,8 @@ mpd_headers = \ utils.h \ volume.h \ zeroconf.h \ - locate.h + locate.h \ + storedPlaylist.h mpd_SOURCES = \ @@ -125,7 +126,8 @@ mpd_SOURCES = \ volume.c \ utf8.c \ zeroconf.c \ - locate.c + locate.c \ + storedPlaylist.c mpd_CFLAGS = $(MPD_CFLAGS) -- cgit v1.2.3