summaryrefslogtreecommitdiff
path: root/plugins/lastfm/Makefile.am
blob: 946edeceba2949fea72be6a11da0ee5a2b201262 (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 -avoid-version

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