From 98f745d1401444131528d3905ac22217a54c9d34 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Mon, 9 Dec 2013 20:27:33 +0900 Subject: [PATCH] Evas filters: Add all filters to Makefile Compile the following evas_filter files: - evas_filter.c - blend.c - blur.c - bump.c - curve.c - displace.c - mask.c - parser.c --- src/Makefile_Evas.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index f74a737439..271568ea4c 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -364,6 +364,18 @@ lib/evas/common/evas_op_sub/op_sub_pixel_mask_.c \ lib/evas/common/evas_op_sub/op_sub_pixel_mask_i386.c +### Evas filters + +lib_evas_libevas_la_SOURCES += lib/evas/filters/evas_filter.c \ +lib/evas/filters/evas_filter_blend.c \ +lib/evas/filters/evas_filter_blur.c \ +lib/evas/filters/evas_filter_bump.c \ +lib/evas/filters/evas_filter_curve.c \ +lib/evas/filters/evas_filter_displace.c \ +lib/evas/filters/evas_filter_mask.c \ +lib/evas/filters/evas_filter_parser.c + + ### Engines if EVAS_STATIC_BUILD_SOFTWARE_GENERIC