summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-10-25 12:14:41 -0200
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-10-25 12:14:41 -0200
commit75b420cb4a99a653452499d2328fca51afb40a68 (patch)
treedec30869759d760f58651f8ebdf594646e8ad41b
parenteb93c9966381e0e501d4bb6723e9297b08784170 (diff)
downloadefl-75b420cb4a99a653452499d2328fca51afb40a68.tar.gz
Added all .cs files to library
-rw-r--r--src/Makefile_Eolian_Mono.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile_Eolian_Mono.am b/src/Makefile_Eolian_Mono.am
index 7b72aad02f..062aee41e7 100644
--- a/src/Makefile_Eolian_Mono.am
+++ b/src/Makefile_Eolian_Mono.am
@@ -39,7 +39,6 @@ bin_PROGRAMS += lib/eo_mono/eo_mono.dll
lib_eo_mono_eo_mono_dll_SOURCES = \
bindings/mono/eo_mono/object.cs \
bindings/mono/eo_mono/iwrapper.cs
-# src/lib/efl/interfaces/efl_model.eo.cs
mono_cs_sources = $(efl_eolian_cxx_hh:%.hh=%.cs)
@@ -60,9 +59,9 @@ tests_eo_mono_eo_mono_exe_SOURCES = \
LD_LIBRARY_PATH_APPEND=$(top_builddir)/src/lib/eina
-tests/eo_mono/eo_mono.exe$(EXEEXT): $(tests_eo_mono_eo_mono_exe_SOURCES) tests/eo_mono/$(am__dirstamp)
+tests/eo_mono/eo_mono.exe$(EXEEXT): $(tests_eo_mono_eo_mono_exe_SOURCES) tests/eo_mono/$(am__dirstamp) lib/eo_mono/eo_mono.dll
@rm -f tests/eo_mono/eo_mono_exe$(EXEEXT)
- $(AM_V_MCS)LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(LD_LIBRARY_PATH_APPEND) $(MCS) $(MCS_FLAGS) -out:$@ $(filter-out $(lastword $(^)), $(^))
+ $(AM_V_MCS)LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(LD_LIBRARY_PATH_APPEND) $(MCS) $(MCS_FLAGS) -r:lib/eo_mono/eo_mono.dll -out:$@ $(filter-out $(lastword $(^)), $(^))
SUFFIXES += .eo.cs