raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ad176286d2250d317781b4240f6ce67288ae4a68
commit ad176286d2250d317781b4240f6ce67288ae4a68 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Jul 29 21:34:39 2014 +0900 fix parallel build for ecore_x_vsync tool --- src/Makefile_Ecore_X.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore_X.am b/src/Makefile_Ecore_X.am index 5cc4ccf..901fa0d 100644 --- a/src/Makefile_Ecore_X.am +++ b/src/Makefile_Ecore_X.am @@ -12,7 +12,7 @@ lib_ecore_x_ecore_x_vsync_CPPFLAGS = \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/ecore_x\" lib_ecore_x_ecore_x_vsync_LDADD = @USE_EINA_LIBS@ @USE_ECORE_LIBS@ @USE_ECORE_CON_LIBS@ -lib_ecore_x_ecore_x_vsync_DEPENDENCIES = @EINA_INTERNAL_LIBS@ @ECORE_INTERNAL_LIBS@ @ECORE_CON_INTERNAL_LIBS@ +lib_ecore_x_ecore_x_vsync_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ @USE_ECORE_INTERNAL_LIBS@ @USE_ECORE_CON_INTERNAL_LIBS@ ### Library --
