stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e644fd6a8c050a6dd5b08ba1a84c598c01a27c97
commit e644fd6a8c050a6dd5b08ba1a84c598c01a27c97 Author: Stefan Schmidt <[email protected]> Date: Wed Jun 10 10:08:39 2015 +0200 evas/render2: Put evas_render2_th_main.c in EXTRA_DIST to ship it in the tarball We are not able to put it in SOURCES as it is not possible to compile this as standalone object out of the context it is included in. --- src/Makefile_Evas.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index de4626b..a3f4777 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -162,6 +162,9 @@ lib/evas/canvas/evas_map.c \ lib/evas/canvas/evas_gl.c \ lib/evas/canvas/evas_out.c +EXTRA_DIST += \ +lib/evas/canvas/render2/evas_render2_th_main.c + # Cache lib_evas_libevas_la_SOURCES += \ lib/evas/cache/evas_cache_image.c \ --
