aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-13 16:31:07 +0200
committerMax Kellermann <max@duempel.org>2009-10-13 16:31:07 +0200
commit8391ac4cc8048671cfcf2a29f74729ebc0346318 (patch)
treec5392701fbda21fd0d3cd64d6426718b5de9a31e /Makefile.am
parent898d885ae2145653f8bb6173001595b67aa133e1 (diff)
downloadmpd-8391ac4cc8048671cfcf2a29f74729ebc0346318.tar.gz
mpd-8391ac4cc8048671cfcf2a29f74729ebc0346318.tar.xz
mpd-8391ac4cc8048671cfcf2a29f74729ebc0346318.zip
playlist: added XSPF plugin
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bd3b3f83d..e844b9b72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -139,6 +139,7 @@ mpd_headers = \
src/playlist_plugin.h \
src/playlist_list.h \
src/playlist/m3u_playlist_plugin.h \
+ src/playlist/xspf_playlist_plugin.h \
src/poison.h \
src/riff.h \
src/aiff.h \
@@ -650,6 +651,7 @@ endif
PLAYLIST_SRC = \
src/playlist/m3u_playlist_plugin.c \
+ src/playlist/xspf_playlist_plugin.c \
src/playlist_list.c