diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2015-05-10 19:05:54 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2015-05-10 19:05:54 +0900 |
commit | 2aeb289063dba3d71773d2e3dc61573da4847093 (patch) | |
tree | 358b695a7477b44c08785ec0416f7d9a772c674a /src/Makefile_Eina.am | |
parent | 1ce417eb8b928053cd21b0fe829923745821aff8 (diff) | |
download | efl-2aeb289063dba3d71773d2e3dc61573da4847093.tar.gz |
eina - begin event log infra we can get from the new debug monitor
we can down dump event logs. some ecore mainloop bits are logging at
the moment.
Diffstat (limited to 'src/Makefile_Eina.am')
-rw-r--r-- | src/Makefile_Eina.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am index a92b758de1..0fb2061907 100644 --- a/src/Makefile_Eina.am +++ b/src/Makefile_Eina.am @@ -88,7 +88,8 @@ lib/eina/eina_inline_unicode.x \ lib/eina/eina_thread_queue.h \ lib/eina/eina_matrix.h \ lib/eina/eina_quad.h \ -lib/eina/eina_crc.h +lib/eina/eina_crc.h \ +lib/eina/eina_evlog.h lib_eina_libeina_la_SOURCES = \ lib/eina/eina_abi.c \ @@ -154,7 +155,8 @@ lib/eina/eina_strbuf_common.h \ lib/eina/eina_thread_queue.c \ lib/eina/eina_matrix.c \ lib/eina/eina_quad.c \ -lib/eina/eina_crc.c +lib/eina/eina_crc.c \ +lib/eina/eina_evlog.c # Will be back for developper after 1.2 # lib/eina/eina_model.c \ |