q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d00b5248850f34c8349e5190d961188830036faa
commit d00b5248850f34c8349e5190d961188830036faa Author: Daniel Kolesa <[email protected]> Date: Thu Apr 16 11:03:21 2015 +0100 eio: reorder tests linkage to unbreak debian-based systems @fix --- src/Makefile_Eio.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Eio.am b/src/Makefile_Eio.am index 03f1d13..3543adc 100644 --- a/src/Makefile_Eio.am +++ b/src/Makefile_Eio.am @@ -74,8 +74,8 @@ tests_eio_eio_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ tests_eio_eio_suite_LDADD = \ @CHECK_LIBS@ \ +@USE_EIO_LIBS@ \ @USE_ECORE_FILE_LIBS@ \ -@USE_EIO_LIBS@ @USE_EFL_LIBS@ tests_eio_eio_suite_DEPENDENCIES = \ --
