aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-28 14:00:07 +0200
committerMax Kellermann <max@duempel.org>2013-09-28 14:01:51 +0200
commita446775d808a8220cb2eacc797a5e4b15e3a3560 (patch)
treed5e9de6bf0be57b37251df47588b942d0b2d5b34 /Makefile.am
parentccd7f0825acb031259330d32c54e61fc7f9ba7b1 (diff)
downloadmpd-a446775d808a8220cb2eacc797a5e4b15e3a3560.tar.gz
mpd-a446775d808a8220cb2eacc797a5e4b15e3a3560.tar.xz
mpd-a446775d808a8220cb2eacc797a5e4b15e3a3560.zip
playlist/lastfm: remove defunct Last.fm support
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 37f44822d..6fcf0e88e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -947,12 +947,6 @@ PLAYLIST_LIBS = \
libplaylist_plugins.a \
$(FLAC_LIBS)
-if ENABLE_LASTFM
-libplaylist_plugins_a_SOURCES += \
- src/playlist/LastFMPlaylistPlugin.cxx \
- src/playlist/LastFMPlaylistPlugin.hxx
-endif
-
if ENABLE_DESPOTIFY
libplaylist_plugins_a_SOURCES += \
src/playlist/DespotifyPlaylistPlugin.cxx \