Mercurial > audlegacy-plugins
view src/sndstretch/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | eed7c270e8dd |
children | 1ad002ce1bd0 |
line wrap: on
line source
PLUGIN = sndstretch${PLUGIN_SUFFIX} SRCS = sndstretch_xmms.c sndstretch.c include ../../buildsys.mk include ../../extra.mk plugindir := $(plugindir)/${EFFECT_PLUGIN_DIR} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS}