summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-12-15 12:22:24 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-12-15 12:22:24 +0100
commitf66ab574cdb32c604986708a07a389ead1fd89a5 (patch)
treea93b338c498d085e206719e677083566c4003036
parente1f8ae7e29d69e65e42e2104c8a55475b9fa6abf (diff)
downloadefl-devs/stefan/clang-fpic-testing.tar.gz
HACK try to use lib LDFLAGS for right linker paramsdevs/stefan/clang-fpic-testing
-rw-r--r--src/Makefile_Eolian_Cxx.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am
index a2d0766a3e..2bf2fc336a 100644
--- a/src/Makefile_Eolian_Cxx.am
+++ b/src/Makefile_Eolian_Cxx.am
@@ -88,6 +88,7 @@ tests_eolian_cxx_eolian_cxx_suite_CPPFLAGS = ${tests_eolian_cxx_eolian_cxx_suite
tests_eolian_cxx_eolian_cxx_suite_LDADD = \
@CHECK_LIBS@ @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_EOLIAN_LIBS@
tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@
+tests_eolian_cxx_eolian_cxx_suite_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
endif