Mercurial > audlegacy-plugins
diff src/shnplug/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 | 03a2bb1c521e |
| children | c42fa8f89616 |
line wrap: on
line diff
--- a/src/shnplug/Makefile Sat Oct 27 19:32:22 2007 -0500 +++ b/src/shnplug/Makefile Sat Oct 27 19:34:46 2007 -0500 @@ -25,5 +25,3 @@ ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -# These were the additional link flags in the old Makefile: -# -L/opt/local/lib -L${plugindir} -laudid3tag -Wl,-rpath=${plugindir}
