evas/render2: Put evas_render2_th_main.c in EXTRA_DIST to ship it in the tarball
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 10 Jun 2015 08:08:39 +0000 (10:08 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 10 Jun 2015 08:08:39 +0000 (10:08 +0200)
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

index de4626b..a3f4777 100644 (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 \