summaryrefslogtreecommitdiff
path: root/plugins/lastfm/Makefile.am
blob: 4702909e91c44246a01ca6f0c16cf09604c168f7 (plain)
1
2
3
4
5
6
7
8
9
if HAVE_CURL
lastfmdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = lastfm.la
lastfm_la_SOURCES = lastfm.c
lastfm_la_LDFLAGS = -module

lastfm_la_LIBADD = $(LDADD) $(CURL_LIBS)
AM_CFLAGS = -std=c99
endif