From fc2689bbd0af9323a366d6fe6b37f613e28fc53f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 29 Sep 2009 22:47:50 +0200 Subject: vfs_curl WIP --- plugins/lastfm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/Makefile.am b/plugins/lastfm/Makefile.am index c9e1e9b3..9aec3cf4 100644 --- a/plugins/lastfm/Makefile.am +++ b/plugins/lastfm/Makefile.am @@ -3,6 +3,6 @@ pkglib_LTLIBRARIES = lastfm.la lastfm_la_SOURCES = lastfm.c lastfm_la_LDFLAGS = -module -lastfm_la_LIBADD = $(LDADD) $(LFM_LIBS) -AM_CFLAGS = $(LASTFM_DEPS_CFLAGS) -std=c99 +lastfm_la_LIBADD = $(LDADD) $(CURL_LIBS) +AM_CFLAGS = -std=c99 -- cgit v1.2.3