stefan pushed a commit to branch master.

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

commit aac7ada79dd17e8e37a91163375aeceb8fb09a50
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Mar 24 21:35:27 2016 +0100

    build elm: do not use libtool library flags for elm binaries
    
    These binaries do not need the libtool library flags. This could actually 
lead
    to problems. We already got a warning for one:
    
    libtool: warning: '-version-info' is ignored for programs
---
 src/Makefile_Elementary.am | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index 335473a..a3e89c1 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -779,7 +779,6 @@ bin/elementary/test.h
 
 bin_elementary_elementary_test_LDADD = @USE_ELEMENTARY_LIBS@
 bin_elementary_elementary_test_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
-bin_elementary_elementary_test_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
 bin_elementary_elementary_test_CPPFLAGS = \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/lib/elementary \
@@ -794,7 +793,6 @@ bin_elementary_elementary_test_CPPFLAGS = \
 bin_elementary_elementary_config_SOURCES = bin/elementary/config.c
 bin_elementary_elementary_config_LDADD = @USE_ELEMENTARY_LIBS@
 bin_elementary_elementary_config_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
-bin_elementary_elementary_config_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
 bin_elementary_elementary_config_CPPFLAGS = \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/lib/elementary \
@@ -808,7 +806,6 @@ bin_elementary_elementary_config_CPPFLAGS = \
 bin_elementary_elementary_codegen_SOURCES = bin/elementary/elementary_codegen.c
 bin_elementary_elementary_codegen_LDADD = @USE_ELEMENTARY_LIBS@
 bin_elementary_elementary_codegen_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
-bin_elementary_elementary_codegen_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
 bin_elementary_elementary_codegen_CPPFLAGS = \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/lib/elementary \
@@ -831,7 +828,6 @@ bin/elementary/elm_prefs_cc_handlers.c
 
 bin_elementary_elm_prefs_cc_LDADD = @USE_ELEMENTARY_LIBS@
 bin_elementary_elm_prefs_cc_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
-bin_elementary_elm_prefs_cc_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
 bin_elementary_elm_prefs_cc_CPPFLAGS = \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/lib/elementary \
@@ -845,7 +841,6 @@ bin_elementary_elm_prefs_cc_CPPFLAGS = \
 if BUILD_QUICKLAUNCH
 bin_elementary_elementary_quicklaunch_SOURCES = bin/elementary/quicklaunch.c
 bin_elementary_elementary_quicklaunch_LDADD = @USE_ELEMENTARY_LIBS@
-bin_elementary_elementary_quicklaunch_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
 bin_elementary_elementary_quicklaunch_DEPENDENCIES = 
@USE_ELEMENTARY_INTERNAL_LIBS@
 bin_elementary_elementary_quicklaunch_CPPFLAGS = \
 -I$(top_srcdir) \

-- 


Reply via email to