projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917a2bc
)
evas/render2: Put evas_render2_th_main.c in EXTRA_DIST to ship it in the tarball
author
Stefan Schmidt
<stefan@osg.samsung.com>
Wed, 10 Jun 2015 08:08:39 +0000
(10:08 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/src/Makefile_Evas.am
b/src/Makefile_Evas.am
index
de4626b
..
a3f4777
100644
(file)
--- 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 \