efl_mono: fix switched reference to generated and non-generated source file in build...
authorVitor Sousa <vitorsousasilva@gmail.com>
Mon, 4 Dec 2017 16:11:41 +0000 (14:11 -0200)
committerVitor Sousa <vitorsousasilva@gmail.com>
Mon, 4 Dec 2017 20:02:36 +0000 (18:02 -0200)
src/Makefile_Efl_Mono.am

index 3101be5..7b90e18 100644 (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) \