Mercurial > audlegacy-plugins
changeset 2784:eda1d6e7ea27
add ${AUDLDFLAGS} for linking audutil
author | VDR dai (audacious) <d+audacious@vdr.jp> |
---|---|
date | Tue, 08 Jul 2008 12:02:24 +0900 |
parents | 8be380729806 |
children | e67587763984 |
files | src/sid/Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sid/Makefile Mon Jul 07 01:28:54 2008 +0300 +++ b/src/sid/Makefile Tue Jul 08 12:02:24 2008 +0900 @@ -25,4 +25,5 @@ CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_CFLAGS} ${SIDPLAY2_CFLAGS} ${BUILDERS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} +LDFLAGS += ${AUDLDFLAGS} LIBS += ${BUILDERS_LDFLAGS} ${SIDPLAY1_LIBS} ${SIDPLAY2_LIBS} ${BUILDERS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ -laudutil