cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b7ddba65c822535ac309de75958ccc5ee70ea7a6
commit b7ddba65c822535ac309de75958ccc5ee70ea7a6 Author: Cedric BAIL <[email protected]> Date: Mon Aug 11 16:47:17 2014 +0200 autotools: do not build upower module on Windows system. --- src/Makefile_Ecore.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index cac92ab..848cc07 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -134,7 +134,7 @@ modules_ecore_system_systemd_module_la_LIBTOOLFLAGS = --tag=disable-static endif # upower - +if ! HAVE_WIN32 ecoreupowerpkgdir = $(libdir)/ecore/system/upower/$(MODULE_ARCH) ecoreupowerpkg_LTLIBRARIES = modules/ecore/system/upower/module.la modules_ecore_system_upower_module_la_SOURCES = \ @@ -151,6 +151,7 @@ modules_ecore_system_upower_module_la_DEPENDENCIES = \ @USE_ELDBUS_INTERNAL_LIBS@ modules_ecore_system_upower_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ modules_ecore_system_upower_module_la_LIBTOOLFLAGS = --tag=disable-static +endif # tizen --
