autotools: do not build upower module on Windows system.

This commit is contained in:
Cedric BAIL 2014-08-11 16:47:17 +02:00
parent 90c0eb15a4
commit b7ddba65c8
1 changed files with 2 additions and 1 deletions

View File

@ -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