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
This commit is contained in:
Jean-Philippe Andre 2013-12-09 20:27:33 +09:00
parent 5e78ce5eeb
commit 98f745d140
1 changed files with 12 additions and 0 deletions

View File

@ -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