view src/stereo_plugin/Makefile @ 2012:31cf04fc588b

Made colourised strings more readable.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 07:49:16 +0300
parents a56a26a5f233
children 1ad002ce1bd0
line wrap: on
line source

PLUGIN = stereo${PLUGIN_SUFFIX}
SRCS = stereo.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := $(plugindir)/${EFFECT_PLUGIN_DIR}

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