eina: fix compilation on Widows due to removal of native thread support.

Native thread support has been replaced by a POSIX one (provided by
mingw-w64). So eina_inline_lock_posix.x must be installed instead of
eina_inline_lock_win32.x
This commit is contained in:
Vincent Torri 2015-02-13 08:31:38 +01:00 committed by Cedric BAIL
parent ecceca8566
commit 8a24d17d0d
1 changed files with 1 additions and 6 deletions

View File

@ -80,6 +80,7 @@ lib/eina/eina_inline_value.x \
lib/eina/eina_value_util.h \
lib/eina/eina_inline_value_util.x \
lib/eina/eina_inline_lock_barrier.x \
lib/eina/eina_inline_lock_posix.x \
lib/eina/eina_tmpstr.h \
lib/eina/eina_alloca.h \
lib/eina/eina_cow.h \
@ -90,12 +91,6 @@ lib/eina/eina_thread_queue.h
# lib/eina/eina_model.h
# lib/eina/eina_object.h
if HAVE_WIN32
dist_installed_einaheaders_DATA += lib/eina/eina_inline_lock_win32.x
else
dist_installed_einaheaders_DATA += lib/eina/eina_inline_lock_posix.x
endif
lib_eina_libeina_la_SOURCES = \
lib/eina/eina_abi.c \
lib/eina/eina_accessor.c \