summaryrefslogtreecommitdiff
path: root/plugins/lastfm/Makefile.am
blob: b7f9b8d23a231f80833003a58835d916d0b58fdc (plain)
1
2
3
4
5
6
7
8
9
if HAVE_LASTFM
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 $(CURL_CFLAGS)
endif