Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2137:ae36702ffcf9 | 2138:76f9a4168708 |
|---|---|
| 23 LDFLAGS += ${AUDLDFLAGS} | 23 LDFLAGS += ${AUDLDFLAGS} |
| 24 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${PICFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} \ | 24 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${PICFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} \ |
| 25 ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall | 25 ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall |
| 26 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 26 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
| 27 | 27 |
| 28 # These were the additional link flags in the old Makefile: | |
| 29 # -L/opt/local/lib -L${plugindir} -laudid3tag -Wl,-rpath=${plugindir} |
