Ecore.h wants efl_timer.eo.legacy.h so lets make sure it is there
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 6 May 2016 07:09:07 +0000 (16:09 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 6 May 2016 07:10:21 +0000 (16:10 +0900)
so ensure it is generated AND installed. otherwise good luck building
anything against efl.

src/Makefile_Ecore.am

index 371f981..fbbd4f3 100644 (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)