Ecore.h wants efl_timer.eo.legacy.h so lets make sure it is there

so ensure it is generated AND installed. otherwise good luck building
anything against efl.
This commit is contained in:
Carsten Haitzler 2016-05-06 16:09:07 +09:00
parent aa01d5c7cb
commit 4a1733f5c8
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@
ecore_eolian_files_legacy = \
lib/ecore/ecore_poller.eo \
lib/ecore/ecore_exe.eo \
lib/ecore/ecore_animator.eo
lib/ecore/ecore_animator.eo \
lib/ecore/efl_timer.eo
ecore_eolian_files = \
lib/ecore/efl_loop.eo \
lib/ecore/efl_loop_user.eo \
lib/ecore/efl_timer.eo \
lib/ecore/ecore_parent.eo \
$(ecore_eolian_files_legacy)