ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/examples.git/commit/?id=557f42bf311bcb9166c90dd74aad5002d34368d0

commit 557f42bf311bcb9166c90dd74aad5002d34368d0
Author: Andy Williams <a...@andywilliams.me>
Date:   Tue Dec 5 16:52:49 2017 +0000

    Move core_log to eina_log
---
 reference/c/core/src/meson.build                         | 7 -------
 reference/c/{core/src/core_log.c => eina/src/eina_log.c} | 0
 reference/c/eina/src/meson.build                         | 7 +++++++
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/reference/c/core/src/meson.build b/reference/c/core/src/meson.build
index 67214f5..26085f6 100644
--- a/reference/c/core/src/meson.build
+++ b/reference/c/core/src/meson.build
@@ -35,10 +35,3 @@ executable('efl_reference_core_poll',
   install : true
 )
 
-executable('efl_reference_core_log',
-  files(['core_log.c']),
-  dependencies : deps,
-  include_directories : inc,
-  install : true
-)
-
diff --git a/reference/c/core/src/core_log.c b/reference/c/eina/src/eina_log.c
similarity index 100%
rename from reference/c/core/src/core_log.c
rename to reference/c/eina/src/eina_log.c
diff --git a/reference/c/eina/src/meson.build b/reference/c/eina/src/meson.build
index 74e0156..04d998b 100644
--- a/reference/c/eina/src/meson.build
+++ b/reference/c/eina/src/meson.build
@@ -48,3 +48,10 @@ executable('efl_reference_eina_value_custom',
   include_directories : inc,
   install : true
 )
+
+executable('efl_reference_eina_log',
+  files(['eina_log.c']),
+  dependencies : deps,
+  include_directories : inc,
+  install : true
+)

-- 


Reply via email to