diff options
author | Robert Vollmert <rvollmert-lists@gmx.net> | 2012-03-19 21:16:48 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-03-19 21:16:48 +0100 |
commit | 281b8714efbf930a80eb3ab6056240ae0882aa22 (patch) | |
tree | 1d2c6168d55d1dd7afe3f0c899ef4ef22de4c2b6 /Makefile.am | |
parent | d5be3cce9cb3f198c7b36ac09400e963555066c8 (diff) | |
download | mpd-281b8714efbf930a80eb3ab6056240ae0882aa22.tar.gz mpd-281b8714efbf930a80eb3ab6056240ae0882aa22.tar.xz mpd-281b8714efbf930a80eb3ab6056240ae0882aa22.zip |
playlist/soundcloud: support libyajl2
[mk: backwars compatibility and autoconf check]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fdb925a8d..c7b110354 100644 --- a/Makefile.am +++ b/Makefile.am @@ -889,6 +889,7 @@ libplaylist_plugins_a_SOURCES = \ src/playlist/embcue_playlist_plugin.h \ src/playlist_list.c libplaylist_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \ + $(YAJL_CFLAGS) \ $(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) PLAYLIST_LIBS = \ |