diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-02-17 17:59:13 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-02-17 19:14:25 +0900 |
commit | 7b896e784d44756ed29ef6de58ea3e45352cccd6 (patch) | |
tree | aa1cd0d0c8b8ecd388389ad9c3b62201295fa849 /src/Makefile_Edje.am | |
parent | d3851b30268bd415a8789add914eae21070e832c (diff) | |
download | efl-7b896e784d44756ed29ef6de58ea3e45352cccd6.tar.gz |
Fix make distcheck
Makefile_Edje contained the EXTRA_DIST files for Emotion, which
doesn't make much sense. So move that to Makefile_Emotion.am.
But if we want to add the test files only when EFL_TESTS is
enabled, then make distcheck doesn't work.
So, this is a bit weird.
Diffstat (limited to 'src/Makefile_Edje.am')
-rw-r--r-- | src/Makefile_Edje.am | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index 6b4cad4849..2ecd3d449b 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am @@ -212,32 +212,7 @@ bin/edje/edje_convert_main.c \ lib/edje/edje_convert.c \ tests/edje/edje_tests_helpers.h \ tests/edje/data/complex_layout.edc \ -tests/edje/data/test_layout.edc \ -tests/emotion/data/theme.edc \ -tests/emotion/data/icon.edc \ -tests/emotion/data/bpause.png \ -tests/emotion/data/bplay.png \ -tests/emotion/data/bstop.png \ -tests/emotion/data/e_logo.png \ -tests/emotion/data/fr1.png \ -tests/emotion/data/fr2.png \ -tests/emotion/data/fr3.png \ -tests/emotion/data/fr4.png \ -tests/emotion/data/fr5.png \ -tests/emotion/data/fr6.png \ -tests/emotion/data/fr7.png \ -tests/emotion/data/h_slider.png \ -tests/emotion/data/knob.png \ -tests/emotion/data/orb.png \ -tests/emotion/data/pnl.png \ -tests/emotion/data/sl.png \ -tests/emotion/data/tiles.png \ -tests/emotion/data/video_frame_bottom.png \ -tests/emotion/data/video_frame_left.png \ -tests/emotion/data/video_frame_right.png \ -tests/emotion/data/video_frame_top.png \ -tests/emotion/data/whb.png \ -tests/emotion/data/window_inner_shadow.png +tests/edje/data/test_layout.edc bin_SCRIPTS += bin/edje/edje_recc |