view src/echo_plugin/Makefile @ 2016:5d6cf50e905b

In attempt to fix the regression...
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Thu, 11 Oct 2007 17:11:39 +0300
parents 1ad002ce1bd0
children 6d33dffd1382
line wrap: on
line source

PLUGIN = echo${PLUGIN_SUFFIX}

SRCS = echo.c	\
       gui.c

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

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

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