From: Xavi Artigas Date: Mon, 14 Jan 2019 15:14:19 +0000 (+0100) Subject: efl-mono: Fix autotools make check X-Git-Tag: submit/tizen/20190116.045417~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1498d1458b8b87f859c9d29288add8ec117484a;p=platform%2Fupstream%2Fefl.git efl-mono: Fix autotools make check This adds autotools support for files added in 49d4d44926ee6bc7aeaefed53553f414dae4d0c4 Fixes D7538 --- diff --git a/src/Makefile_Efl_Mono.am b/src/Makefile_Efl_Mono.am index 792a8dc6e8..73e9ded754 100644 --- a/src/Makefile_Efl_Mono.am +++ b/src/Makefile_Efl_Mono.am @@ -463,7 +463,9 @@ tests_efl_mono_efl_mono_SOURCES = \ tests/efl_mono/Strings.cs \ tests/efl_mono/Structs.cs \ tests/efl_mono/Value.cs \ - tests/efl_mono/ValueEolian.cs + tests/efl_mono/ValueEolian.cs \ + tests/efl_mono/EinaTestData.cs \ + tests/efl_mono/StructHelpers.cs tests/efl_mono/efl_mono$(EXEEXT): $(tests_efl_mono_efl_mono_SOURCES) tests/efl_mono/$(am__dirstamp) lib/efl_mono/libefl_mono.dll tests/efl_mono/libefl_mono_test.dll tests/efl_mono/efl_mono$(EXEEXT).config @rm -f $@