diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-05-06 16:09:07 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-05-06 16:10:21 +0900 |
commit | 4a1733f5c85e326011dfd5c69119d713abb4c7db (patch) | |
tree | 9d4b85030c062704fb8ded3ec597122e4ff33cc0 | |
parent | aa01d5c7cb0e2b079a89736a6eb42b087ecb6c1e (diff) |
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.
-rw-r--r-- | src/Makefile_Ecore.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index 371f981e42..fbbd4f315d 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am | |||
@@ -4,12 +4,12 @@ | |||
4 | ecore_eolian_files_legacy = \ | 4 | ecore_eolian_files_legacy = \ |
5 | lib/ecore/ecore_poller.eo \ | 5 | lib/ecore/ecore_poller.eo \ |
6 | lib/ecore/ecore_exe.eo \ | 6 | lib/ecore/ecore_exe.eo \ |
7 | lib/ecore/ecore_animator.eo | 7 | lib/ecore/ecore_animator.eo \ |
8 | lib/ecore/efl_timer.eo | ||
8 | 9 | ||
9 | ecore_eolian_files = \ | 10 | ecore_eolian_files = \ |
10 | lib/ecore/efl_loop.eo \ | 11 | lib/ecore/efl_loop.eo \ |
11 | lib/ecore/efl_loop_user.eo \ | 12 | lib/ecore/efl_loop_user.eo \ |
12 | lib/ecore/efl_timer.eo \ | ||
13 | lib/ecore/ecore_parent.eo \ | 13 | lib/ecore/ecore_parent.eo \ |
14 | $(ecore_eolian_files_legacy) | 14 | $(ecore_eolian_files_legacy) |
15 | 15 | ||