seoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=932f2a422fb5b2797467111aa2d1531264ae9934
commit 932f2a422fb5b2797467111aa2d1531264ae9934 Author: Daniel Juyung Seo <[email protected]> Date: Thu Jul 9 02:50:25 2015 +0900 edje: Fix distcheck. --- src/Makefile_Edje.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index 17e1cbc..3b4c79b 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am @@ -253,7 +253,10 @@ lib/edje/edje_convert.c \ tests/edje/edje_tests_helpers.h \ tests/edje/data/complex_layout.edc \ tests/edje/data/test_layout.edc \ -tests/edje/data/test_parens.edc +tests/edje/data/test_parens.edc \ +tests/edje/data/test_masking.edc \ +tests/edje/data/test_filters.edc \ +tests/edje/data/filter.lua bin_SCRIPTS += bin/edje/edje_recc --
