examples: ecore: do not try to install files which are not available
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 7 Jun 2016 12:13:30 +0000 (14:13 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 7 Jun 2016 12:20:17 +0000 (14:20 +0200)
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

index d022730..c45558d 100644 (file)
@@ -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 \