Mercurial > audlegacy-plugins
changeset 3148:d443c917dab9
Remove stale library variable from Makefile, as pointed out by RafaŠČ MuŤ÷yŠČo on #audacious.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Mon, 11 May 2009 17:32:04 +0100 |
parents | a6a57fe6a75c |
children | 4b50e2a0ae1f |
files | src/scrobbler/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/scrobbler/Makefile Sun May 10 21:15:29 2009 +0100 +++ b/src/scrobbler/Makefile Mon May 11 17:32:04 2009 +0100 @@ -20,4 +20,4 @@ CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${BEEP_DEFINES} ${CURL_CFLAGS} -I../.. LDFLAGS += ${AUDLDFLAGS} -LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${CURL_LIBS} ${MUSICBRAINZ_LIBS} ${MOWGLI_LIBS} -laudutil +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${CURL_LIBS} ${MOWGLI_LIBS} -laudutil