efl_mono: fix autogen make check error
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 24 May 2019 08:46:16 +0000 (17:46 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:52 +0000 (17:17 +0900)
commit571598b3f7dbe4d412af350ec05a58020e076607
treec61c57475663d6d1cf5de42f7aab4399e9b24dcc
parent5d4999c2714cd2cfc87683023b86172149b773db
efl_mono: fix autogen make check error

Previously, autogen make check error happened because
some .eo.h files were not generated but were included in
libefl_mono_native_test.h.

Now, all .eo.c and .eo.h files are generated.
Also CLEANFILES are fixed to include all the generated files.
src/Makefile_Efl_Mono.am