diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2015-04-16 11:03:21 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2015-04-16 11:03:47 +0100 |
commit | d00b5248850f34c8349e5190d961188830036faa (patch) | |
tree | 75ae02feb3fd5c3baddc08b643edbdc57e97bc7d | |
parent | b57ffd294cd7b8cdf9947925d2be06a060270714 (diff) | |
download | efl-d00b5248850f34c8349e5190d961188830036faa.tar.gz |
eio: reorder tests linkage to unbreak debian-based systems
@fix
-rw-r--r-- | src/Makefile_Eio.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Eio.am b/src/Makefile_Eio.am index 03f1d1389a..3543adc698 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 = \ |