From 44a9ec5bca140979a35ab21704ea1aada1c2f0f4 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 24 Dec 2013 14:07:16 +0100 Subject: added/fixed few things necessary to cross-compile i686 ddb on x86_64 host (WIP) --- plugins/lastfm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/Makefile.am b/plugins/lastfm/Makefile.am index 87499d7e..b7f9b8d2 100644 --- a/plugins/lastfm/Makefile.am +++ b/plugins/lastfm/Makefile.am @@ -5,5 +5,5 @@ lastfm_la_SOURCES = lastfm.c lastfm_la_LDFLAGS = -module lastfm_la_LIBADD = $(LDADD) $(CURL_LIBS) -AM_CFLAGS = -std=c99 +AM_CFLAGS = -std=c99 $(CURL_CFLAGS) endif -- cgit v1.2.3