posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / windows-timedmutex
blobb7570643a41805a94dbd98b7b31265a3cd01b5fd
1 Description:
2 Timed mutexes (native Windows implementation).
4 Files:
5 lib/windows-timedmutex.h
6 lib/windows-timedmutex.c
7 lib/windows-initguard.h
9 Depends-on:
10 errno
11 time
12 gettimeofday
14 configure.ac:
15 AC_REQUIRE([AC_CANONICAL_HOST])
16 case "$host_os" in
17   mingw*)
18     AC_LIBOBJ([windows-timedmutex])
19     ;;
20 esac
22 Makefile.am:
24 Include:
25 "windows-timedmutex.h"
27 License:
28 LGPLv2+
30 Maintainer:
31 all