summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2017-07-13 21:11:35 -0300
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2017-07-13 21:11:35 -0300
commitf62a5eaf135fc10f7f918399453790afaed85514 (patch)
tree48556a934bc6b45ac08922083990bd7c2123ef8e
parent2238da29a8e4917e17cfe9fc7af7b8ccf5d8ff86 (diff)
downloadefl-devs/felipealmeida/csharp-rebase.tar.gz
efl-mono: Removed wrong -rpath to example dlldevs/felipealmeida/csharp-rebase
-rw-r--r--src/Makefile_Efl_Mono.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Efl_Mono.am b/src/Makefile_Efl_Mono.am
index 4e5639834b..bdfcfd52e0 100644
--- a/src/Makefile_Efl_Mono.am
+++ b/src/Makefile_Efl_Mono.am
@@ -209,6 +209,7 @@ tests/efl_mono/efl_mono.exe$(EXEEXT): $(tests_efl_mono_efl_mono_exe_SOURCES) tes
lib_LTLIBRARIES += examples/efl_mono/libefl_mono_native_example.la
+examples_efl_mono_libefl_mono_native_example_la_SOURCES = examples/efl_mono/libefl_mono_native_example.c
examples_efl_mono_libefl_mono_native_example_la_CPPFLAGS = \
-I$(builddir)/examples/efl_mono \
-DEXAMPLES_WD=\"`pwd`\" \
@@ -218,7 +219,7 @@ examples_efl_mono_libefl_mono_native_example_la_CPPFLAGS = \
@EOLIAN_CFLAGS@ @EINA_CFLAGS@ @EO_CFLAGS@ @ECORE_CFLAGS@
examples_efl_mono_libefl_mono_native_example_la_LIBADD = @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_EOLIAN_LIBS@
-examples_efl_mono_libefl_mono_native_example_la_LDFLAGS = -rpath $(abs_top_builddir)/examples/efl_mono @EFL_LTLIBRARY_FLAGS@
+examples_efl_mono_libefl_mono_native_example_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
examples_efl_mono_libefl_mono_native_example_la_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ @USE_EO_INTERNAL_LIBS@
examples_efl_mono_libefl_mono_native_example_la_LIBTOOLFLAGS = --tag=disable-static