From f122e6d45618789741e36804b16a056d1e18818f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Oct 2009 16:32:10 +0200 Subject: playlist: added plugin for last.fm radio This plugin will replace the last.fm input plugin, once the playlist API is integrated into MPD. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e844b9b72..03f0da990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,6 +140,7 @@ mpd_headers = \ src/playlist_list.h \ src/playlist/m3u_playlist_plugin.h \ src/playlist/xspf_playlist_plugin.h \ + src/playlist/lastfm_playlist_plugin.h \ src/poison.h \ src/riff.h \ src/aiff.h \ @@ -654,6 +655,10 @@ PLAYLIST_SRC = \ src/playlist/xspf_playlist_plugin.c \ src/playlist_list.c +if ENABLE_LASTFM +PLAYLIST_SRC += src/playlist/lastfm_playlist_plugin.c +endif + # # Filter plugins -- cgit v1.2.3