woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=082d018041bea1a9a2e0ff0c47dcbe3631a227a2

commit 082d018041bea1a9a2e0ff0c47dcbe3631a227a2
Author: Felipe Magno de Almeida <[email protected]>
Date:   Fri Jan 25 20:57:07 2019 +0900

    efl-mono: Add new dependencies to autotools
    
    Summary: This fix make check for csharp bindings
    
    Reviewers: woohyun
    
    Reviewed By: woohyun
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D7770
---
 src/Makefile_Efl_Mono.am | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Efl_Mono.am b/src/Makefile_Efl_Mono.am
index 8c7d2f0373..eb14af98b2 100644
--- a/src/Makefile_Efl_Mono.am
+++ b/src/Makefile_Efl_Mono.am
@@ -397,14 +397,20 @@ tests/efl_mono/libefl_mono_native_test.c: \
        tests/efl_mono/dummy_child.eo.h \
        tests/efl_mono/dummy_child.eo.c \
        tests/efl_mono/dummy_numberwrapper.eo.h \
-       tests/efl_mono/dummy_numberwrapper.eo.c
+       tests/efl_mono/dummy_numberwrapper.eo.c \
+       tests/efl_mono/dummy_inherit_iface.eo.h \
+       tests/efl_mono/dummy_inherit_iface.eo.c \
+       tests/efl_mono/dummy_inherit_helper.eo.h \
+       tests/efl_mono/dummy_inherit_helper.eo.c
 
 # Intermediate C Sharp test DLL
 efl_mono_test_eolian_mono_files = tests/efl_mono/dummy_test_object.eo.cs \
 tests/efl_mono/dummy_test_iface.eo.cs \
 tests/efl_mono/dummy_another_iface.eo.cs \
 tests/efl_mono/dummy_child.eo.cs \
-tests/efl_mono/dummy_numberwrapper.eo.cs
+tests/efl_mono/dummy_numberwrapper.eo.cs \
+tests/efl_mono/dummy_inherit_iface.eo.cs \
+tests/efl_mono/dummy_inherit_helper.eo.cs
 
 tests/efl_mono/libefl_mono_test.dll: $(efl_mono_test_eolian_mono_files) 
tests/efl_mono/$(am__dirstamp) lib/efl_mono/libefl_mono.dll 
tests/efl_mono/libefl_mono_native_test.la 
tests/efl_mono/libefl_mono_test.dll.config
        @rm -f tests/efl_mono/libefl_mono_test.dll

-- 


Reply via email to