Mercurial > audlegacy-plugins
diff src/tta/Makefile @ 2138:76f9a4168708
Fix linking with libaudid3tag
Linking with libaudid3tag from /usr/lib/audacious, add rpath (affected to tta,
shnplug and madplug plugins)
author | Vitaly Lipatov <lav@etersoft.ru> |
---|---|
date | Sat, 27 Oct 2007 19:34:46 -0500 |
parents | ae36702ffcf9 |
children | ce4beb166e92 |
line wrap: on
line diff
--- a/src/tta/Makefile Sat Oct 27 19:32:22 2007 -0500 +++ b/src/tta/Makefile Sat Oct 27 19:34:46 2007 -0500 @@ -10,4 +10,5 @@ CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. +LDFLAGS += -${AUDLDFLAGS} LIBS += -L${libdir} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${MOWGLI_LIBS} -laudid3tag