stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2471d962ed7cc1e84be2e3443c1d3cbdead3e951
commit 2471d962ed7cc1e84be2e3443c1d3cbdead3e951 Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Tue Jun 7 14:13:30 2016 +0200 examples: ecore: do not try to install files which are not available The ecore_audio examples have been disabled and now do not compile right now. But as they are disabled they never land in the tarball and thus we error out with files not aviavle for install. Found by the OpenSUSE build service. Thanks Simotek for reporting. [ 2172s] /home/abuild/rpmbuild/BUILD/efl-1.17.99.47400/install-sh: ecore_audio_custom.c does not exist. --- src/examples/ecore/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/examples/ecore/Makefile.am b/src/examples/ecore/Makefile.am index d022730..c45558d 100644 --- a/src/examples/ecore/Makefile.am +++ b/src/examples/ecore/Makefile.am @@ -281,9 +281,6 @@ ecore_animator_example.c \ ecore_buffer_example.c \ ecore_buffer_consumer_example.c \ ecore_buffer_provider_example.c \ -ecore_audio_custom.c \ -ecore_audio_playback.c \ -ecore_audio_to_ogg.c \ ecore_client_bench.c \ ecore_compose_get_example.c \ ecore_con_client_example.c \ --