projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5b10b
)
efl-mono: Fix autotools make check
author
Xavi Artigas
<xavierartigas@yahoo.es>
Mon, 14 Jan 2019 15:14:19 +0000
(16:14 +0100)
committer
Jiyoun Park
<jy0703.park@samsung.com>
Wed, 16 Jan 2019 04:10:38 +0000
(13:10 +0900)
This adds autotools support for files added in
49d4d44926ee6bc7aeaefed53553f414dae4d0c4
Fixes D7538
src/Makefile_Efl_Mono.am
patch
|
blob
|
history
diff --git
a/src/Makefile_Efl_Mono.am
b/src/Makefile_Efl_Mono.am
index 792a8dc6e8a4110d876daa884e612e9c2beab0ac..73e9ded7540824ed0449c6fb736904cab02d3d3f 100644
(file)
--- 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 $@