stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=bd15029b3228522aa7793cf945dec323ca33da8d

commit bd15029b3228522aa7793cf945dec323ca33da8d
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Sep 8 10:16:21 2015 +0200

    ecore_evas_convert: make sure we add all needed flags and deps for the build
    
    We got a report where ecore_evas_convert linked against some old libs
    installed in the system instead of the recent ones in-tree. While I was not
    able to reproduce this the flags and deps for ecore_evas_convert have been
    missing in any case and could be the culprit.
    
    Ref T2716
---
 src/Makefile_Ecore_Evas.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile_Ecore_Evas.am b/src/Makefile_Ecore_Evas.am
index 1be8746..f8da5e1 100644
--- a/src/Makefile_Ecore_Evas.am
+++ b/src/Makefile_Ecore_Evas.am
@@ -285,9 +285,9 @@ bin/ecore_evas/ecore_evas_convert \
 bin/ecore_evas/eetpack
 
 bin_ecore_evas_ecore_evas_convert_SOURCES = bin/ecore_evas/ecore_evas_convert.c
-bin_ecore_evas_ecore_evas_convert_CPPFLAGS = -I$(top_builddir)/src/lib/efl 
@ECORE_EVAS_CFLAGS@
-bin_ecore_evas_ecore_evas_convert_LDADD = @USE_ECORE_EVAS_LIBS@
-bin_ecore_evas_ecore_evas_convert_DEPENDENCIES = @USE_ECORE_EVAS_INTERNAL_LIBS@
+bin_ecore_evas_ecore_evas_convert_CPPFLAGS = -I$(top_builddir)/src/lib/efl 
@ECORE_EVAS_CFLAGS@ @EINA_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@
+bin_ecore_evas_ecore_evas_convert_LDADD = @USE_ECORE_EVAS_LIBS@ 
@USE_EINA_LIBS@ @USE_ECORE_LIBS@ @USE_EVAS_LIBS@
+bin_ecore_evas_ecore_evas_convert_DEPENDENCIES = 
@USE_ECORE_EVAS_INTERNAL_LIBS@ @USE_EINA_INTERNAL_LIBS@ 
@USE_ECORE_INTERNAL_LIBS@ @USE_EVAS_INTERNAL_LIBS@
 
 bin_ecore_evas_eetpack_SOURCES = bin/ecore_evas/eetpack.c
 bin_ecore_evas_eetpack_CPPFLAGS = -I$(top_builddir)/src/lib/efl 
@ECORE_EVAS_CFLAGS@ @EINA_CFLAGS@ @EET_CFLAGS@ @EVAS_CFLAGS@

-- 


Reply via email to