summaryrefslogtreecommitdiff
path: root/plugins/artwork/Makefile.am
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-26 19:34:37 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-26 19:34:37 +0100
commit20deec5e1850c5f6e31a6c9710bf3eae7f74be97 (patch)
treecf69862a624795955e01100c46a6fc66e9563f61 /plugins/artwork/Makefile.am
parent3a30d396a8b437d12fe8ad48a6c0cc30e27acf7e (diff)
added support for different sizes of album art images;
added album art display to notifications
Diffstat (limited to 'plugins/artwork/Makefile.am')
-rw-r--r--plugins/artwork/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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