build: there have been missing build files

there are the 3 files in ecore. However, they have not been tested,
there are additionally no examples at all, which did not bring up the
missing API calls, now they are here.

Note: they are compiling, however, it seems that it is not working right
now.
This commit is contained in:
Marcel Hollerbach 2018-12-26 12:31:19 +01:00
parent 42e886d8d6
commit f56cf318e5
1 changed files with 4 additions and 1 deletions

View File

@ -175,7 +175,10 @@ ecore_src = [
'ecore_exe_private.h',
'ecore_private.h',
'ecore_internal.h',
'ecore_main_common.h'
'ecore_main_common.h',
'efl_exe.c',
'efl_thread.c',
'efl_threadio.c',
]
if sys_windows == true