Mercurial > audlegacy-plugins
view src/echo_plugin/Makefile @ 2235:e7cbef69e9e0
Fixed layout size calculation to take italicized glyph extents into account.
| author | Eugene Paskevich <eugene@raptor.kiev.ua> |
|---|---|
| date | Sun, 16 Dec 2007 11:41:14 +0200 |
| parents | 6d33dffd1382 |
| children | c42fa8f89616 |
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}
