view config.mk @ 935:960e2395973d

Fix the bug of crash by abort() when running testsvg.js. The cached coords their pcache areas should be recomputed are also add ro zeroing list. They have no dirty areas. But, their pcache area must be added to parent cached coord.
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 12 Nov 2010 16:03:19 +0800
parents 6d4b8c4051ff
children
line wrap: on
line source

INCLUDES = -I$(top_srcdir)/include

if SH_TEXT
APPCFLAGS = @pangocairo_CFLAGS@
APPLDFLAGS = @pangocairo_LIBS@
else
APPCFLAGS = @cairo_CFLAGS@
APPLDFLAGS = @cairo_LIBS@
endif