summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-01-25 20:57:07 +0900
committerWooHyun Jung <wh0705.jung@samsung.com>2019-01-25 20:57:07 +0900
commit082d018041bea1a9a2e0ff0c47dcbe3631a227a2 (patch)
tree79d468f78ac867a72487d544ad449d2f1628c159
parentbc4b78be1257eab374848ffc620b699c1f6bdef6 (diff)
downloadefl-082d018041bea1a9a2e0ff0c47dcbe3631a227a2.tar.gz
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
-rw-r--r--src/Makefile_Efl_Mono.am10
1 files 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