efl-mono: Fix autotools make check

This adds autotools support for files added in 49d4d44926
Fixes D7538
This commit is contained in:
Xavi Artigas 2019-01-14 16:14:19 +01:00
parent ede219c453
commit 130fe0bf78
1 changed files with 3 additions and 1 deletions

View File

@ -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 $@