Mercurial > audlegacy-plugins
view src/musepack/Makefile @ 2268:bcd96cdc3a92
Fixes memleaks in open_file() function of libtimidity (Bugzilla #27)
| author | Jussi Judin <jjudin+audacious@iki.fi> |
|---|---|
| date | Tue, 25 Dec 2007 02:16:22 -0600 |
| parents | ae36702ffcf9 |
| children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = musepack${PLUGIN_SUFFIX} SRCS = libmpc.cxx include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${TAGLIB_CFLAGS} -I../../intl -I../.. LIBS += ${TAGLIB_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${MOWGLI_LIBS} -lmpcdec
