Mercurial > audlegacy-plugins
view src/musepack/Makefile @ 2982:c1417013d4eb
Silencing these _cv_ warnings by renaming that can_has_midi thing.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sat, 01 Nov 2008 23:39:20 +0000 |
parents | 134deb25be83 |
children |
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} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${TAGLIB_CFLAGS} -I../.. LIBS += ${TAGLIB_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} -lmpcdec