Mercurial > audlegacy-plugins
changeset 1905:a0c7cf5638de
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 27 Sep 2007 00:38:59 -0500 |
parents | 276d2a3d998e (current diff) 5c01978673ca (diff) |
children | 353787f211ec bc245b3ad09c 81b524aa7fcd |
files | |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Wed Sep 26 19:06:37 2007 -0500 +++ b/buildsys.mk.in Thu Sep 27 00:38:59 2007 -0500 @@ -101,7 +101,7 @@ ;; \ esac; \ done; \ - if ${CPP} ${CPPFLAGS} -M $$list >.deps; then \ + if ${CPP} ${CPPFLAGS} ${CFLAGS} -M $$list >.deps; then \ ${DEPEND_OK}; \ else \ ${DEPEND_FAILED}; \
--- a/src/metronom/Makefile Wed Sep 26 19:06:37 2007 -0500 +++ b/src/metronom/Makefile Thu Sep 27 00:38:59 2007 -0500 @@ -1,5 +1,4 @@ -h -LUGIN = metronom${PLUGIN_SUFFIX} +PLUGIN = metronom${PLUGIN_SUFFIX} SRCS = metronom.c plugindir = audacious/${INPUT_PLUGIN_DIR}
--- a/src/wavpack/Makefile Wed Sep 26 19:06:37 2007 -0500 +++ b/src/wavpack/Makefile Thu Sep 27 00:38:59 2007 -0500 @@ -10,4 +10,5 @@ CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${WAVPACK_CFLAGS} -I../../intl -I../.. CXXFLAGS += ${PLUGIN_CFLAGS} +LDFLAGS += -lstdc++ LIBS += ${WAVPACK_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}