Evas filters: Add all filters to Makefile
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 Dec 2013 11:27:33 +0000 (20:27 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:33:16 +0000 (17:33 +0900)
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

index f74a737..271568e 100644 (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