Mercurial > audlegacy-plugins
changeset 2697:7d6d9eebb826
AUDLDFLAGS is required to pick libaudutil.so up when prefix has been specified.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 08 Jun 2008 11:47:10 +0900 |
parents | 87c4bc8e8ec6 |
children | 32e99af83a3e |
files | src/scrobbler/Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/scrobbler/Makefile Fri Jun 06 15:30:41 2008 +0300 +++ b/src/scrobbler/Makefile Sun Jun 08 11:47:10 2008 +0900 @@ -19,4 +19,5 @@ 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