summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile_Efl_Mono.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/Makefile_Efl_Mono.am b/src/Makefile_Efl_Mono.am
index eb14af98b2..b30e6e72a4 100644
--- a/src/Makefile_Efl_Mono.am
+++ b/src/Makefile_Efl_Mono.am
@@ -4,7 +4,19 @@ efl_custom_exports_mono_files = \
efl_eo_mono_files = \
bindings/mono/eo_mono/iwrapper.cs \
- bindings/mono/eo_mono/workaround.cs
+ bindings/mono/eo_mono/workaround.cs \
+ bindings/mono/eo_mono/FunctionWrapper.cs \
+ bindings/mono/eo_mono/NativeModule.cs
+
+if HAVE_WINDOWS
+efl_eo_mono_files += \
+ bindings/mono/eo_mono/FunctionWrapper_Windows.cs \
+ bindings/mono/eo_mono/NativeModule_Windows.cs
+else
+efl_eo_mono_files += \
+ bindings/mono/eo_mono/FunctionWrapper_Unix.cs \
+ bindings/mono/eo_mono/NativeModule_Unix.cs
+endif
efl_eina_mono_files = \
bindings/mono/eina_mono/eina_config.cs \