Evas line: Fix out of source builds.

The build system only adds top lib dir to include path, so we have to
specifically put the path there.

This should probably be fixed, so we can drop the canvas dir prefix in
our includes altogether, but until then, this is needed.
This commit is contained in:
Tom Hacohen 2014-03-07 09:50:13 +00:00
parent a6950567a3
commit 1d79ce75ff
1 changed files with 1 additions and 1 deletions

View File

@ -455,4 +455,4 @@ evas_object_line_coords_recalc(Evas_Object *eo_obj EINA_UNUSED,
o->cur.cache.object.h = obj->cur->geometry.h;
}
#include "evas_line.eo.c"
#include "canvas/evas_line.eo.c"