stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=46935c4a36d5daa192e26a6c66f8794e2b4790ec
commit 46935c4a36d5daa192e26a6c66f8794e2b4790ec Author: Romain Naour <[email protected]> Date: Thu Feb 9 23:42:14 2017 +0100 net_proxy_helper: fix typo in dependencies Fixes: error: cannot find the library 'lib/eina/libeina.la' or unhandled argument 'lib/eina/libeina.la' Signed-off-by: Romain Naour <[email protected]> --- src/Makefile_Ecore_Con.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore_Con.am b/src/Makefile_Ecore_Con.am index 093c26a..b22c3f6 100644 --- a/src/Makefile_Ecore_Con.am +++ b/src/Makefile_Ecore_Con.am @@ -189,7 +189,7 @@ bin_ecore_con_efl_net_proxy_helper_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -DPACKAGE_DATA_DIR=\"$(datadir)/ecore\" \ @EINA_CFLAGS@ bin_ecore_con_efl_net_proxy_helper_LDADD = @USE_EINA_LIBS@ -bin_ecore_con_efl_net_proxy_helper_DEPEDNENCIES = @USE_EINA_INTERNAL_LIBS@ +bin_ecore_con_efl_net_proxy_helper_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ ### Unit tests --
