view src/sndstretch/Makefile @ 2017:6d33dffd1382

Curly vs round braces (part 1)
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Thu, 11 Oct 2007 17:40:42 +0300
parents 1ad002ce1bd0
children ae36702ffcf9
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}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..