Mercurial > audlegacy-plugins
view src/musepack/Makefile @ 1906:353787f211ec
- Make code compilable against neon 0.26 by dropping the connect timeout.
We need a better solution for that.
| author | Ralf Ertzinger <ralf@skytale.net> |
|---|---|
| date | Thu, 27 Sep 2007 15:36:15 +0200 |
| parents | eed7c270e8dd |
| children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = musepack${PLUGIN_SUFFIX} SRCS = libmpc.cxx plugindir = audacious/${INPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${TAGLIB_CFLAGS} -I../../intl -I../.. CXXFLAGS += ${PLUGIN_CFLAGS} LIBS += -lmpcdec ${TAGLIB_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
