efl_mono: fix switched reference to generated and non-generated source file in build system

This commit is contained in:
Vitor Sousa 2017-12-04 14:11:41 -02:00
parent 80bbc4b1f9
commit e7803cc429
1 changed files with 2 additions and 2 deletions

View File

@ -173,8 +173,8 @@ efl_ecore_evas_mono_files = \
bindings/mono/ecore_evas_mono/ecore_evas.cs
lib_efl_mono_libefl_mono_dll_SOURCES = \
$(builddir)/bindings/mono/efl_mono/efl_all.cs \
bindings/mono/efl_mono/efl_libs.cs \
bindings/mono/efl_mono/efl_all.cs \
$(builddir)/bindings/mono/efl_mono/efl_libs.cs \
$(efl_eo_mono_files) \
$(efl_eina_mono_files) \
$(efl_eldbus_mono_files) \