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.
This commit is contained in:
Stefan Schmidt 2015-06-10 10:08:39 +02:00
parent 917a2bcab5
commit e644fd6a8c
1 changed files with 3 additions and 0 deletions

View File

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