From 20deec5e1850c5f6e31a6c9710bf3eae7f74be97 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 26 Feb 2011 19:34:37 +0100 Subject: added support for different sizes of album art images; added album art display to notifications --- plugins/artwork/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/artwork/Makefile.am') diff --git a/plugins/artwork/Makefile.am b/plugins/artwork/Makefile.am index b60c86cb..4ca2ed19 100644 --- a/plugins/artwork/Makefile.am +++ b/plugins/artwork/Makefile.am @@ -5,6 +5,6 @@ artwork_la_SOURCES = artwork.c artwork.h albumartorg.c albumartorg.h lastfm.c la artwork_la_LDFLAGS = -module -artwork_la_LIBADD = $(LDADD) $(ARTWORK_DEPS_LIBS) +artwork_la_LIBADD = $(LDADD) $(ARTWORK_DEPS_LIBS) -lImlib2 AM_CFLAGS = -std=c99 $(ARTWORK_DEPS_CFLAGS) endif -- cgit v1.2.3