Evas dummy_slave: Fix build race condition (failure to build).

For some reason dummy links against libeo but doesn't depend on it.
I have no idea what dummy_slave is and why it behaves in such an odd way.
Maybe there's even a more serious issue somewhere, but for now, this seems
to fix build.
This commit is contained in:
Tom Hacohen 2014-08-21 13:19:09 +01:00
parent 1a571fc689
commit 0e4b847deb
1 changed files with 1 additions and 0 deletions

View File

@ -1387,6 +1387,7 @@ bin_evas_dummy_slave_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/evas/cserve2 \
@EVAS_CFLAGS@
bin_evas_dummy_slave_DEPENDENCIES = @USE_EO_INTERNAL_LIBS@
bin_evas_dummy_slave_LDADD = \
@EVAS_LDFLAGS@ \
@EVAS_CSERVE2_SLAVE_LIBS@